roles/users/tasks/main.yml aktualisiert
This commit is contained in:
parent
d956809149
commit
385cf4acf2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
- name: Enable sudoers.d subdir
|
- name: Enable sudoers.d subdir
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/sudoers
|
path: /etc/sudoers
|
||||||
regexp: '^#includedir /etc/sudoers.d'
|
regexp: '^#includedir'
|
||||||
line: 'includedir /etc/sudoers.d'
|
line: 'includedir /etc/sudoers.d'
|
||||||
validate: 'visudo -cf %s'
|
validate: 'visudo -cf %s'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue