„mint.yml“ ändern

This commit is contained in:
olli 2022-07-22 13:01:57 +02:00
parent 675243e6ad
commit a74a4949c2

View File

@ -75,6 +75,15 @@
args: args:
removes: /etc/systemd/system/multi-user.target.wants/dhcpcd.service removes: /etc/systemd/system/multi-user.target.wants/dhcpcd.service
- name: /etc/default/grub nonquiet nosplash
ansible.builtin.lineinfile:
path: /etc/default/grub
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=.*$'
line: "GRUB_CMDLINE_LINUX_DEFAULT=\"nosplash\""
backup: yes
notify:
- update-grub
- name: enable Mint Autoupdate - name: enable Mint Autoupdate
command: systemctl enable mintupdate-automation-upgrade.timer command: systemctl enable mintupdate-automation-upgrade.timer
args: args:
@ -142,3 +151,8 @@
group: root group: root
force: yes force: yes
handlers:
- name: update-grub
ansible.builtin.shell: update-grub