SW Download als role, kernel Bug
This commit is contained in:
parent
29a5b8841e
commit
98bdbf9daa
21 changed files with 649 additions and 407 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue