From a74a4949c27705c747ceb81b4528d827352b4bf2 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 22 Jul 2022 13:01:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emint.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mint.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mint.yml b/mint.yml index 18a5d2d..e87b88b 100644 --- a/mint.yml +++ b/mint.yml @@ -75,6 +75,15 @@ args: 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 command: systemctl enable mintupdate-automation-upgrade.timer args: @@ -142,3 +151,8 @@ group: root force: yes + + handlers: + + - name: update-grub + ansible.builtin.shell: update-grub