SW Download als role, kernel Bug

This commit is contained in:
Frank Schiebel 2024-02-03 16:42:19 +01:00
parent 29a5b8841e
commit 98bdbf9daa
21 changed files with 649 additions and 407 deletions

View file

@ -113,13 +113,13 @@
replace: '"quiet splash"'
notify: Run update-grub
- name: Protect grub menu entries
blockinfile:
path: /etc/grub.d/40_custom
block: |
set superusers='root'
password_pbkdf2 root {{ grub_pwd }}
notify: Run update-grub
#- name: Protect grub menu entries
# blockinfile:
# path: /etc/grub.d/40_custom
# block: |
# set superusers='root'
# password_pbkdf2 root {{ grub_pwd }}
# notify: Run update-grub
- name: Allow booting default entry
lineinfile: