„mint.yml“ ändern
This commit is contained in:
parent
675243e6ad
commit
a74a4949c2
14
mint.yml
14
mint.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user