roles/users/tasks/main.yml aktualisiert
This commit is contained in:
parent
5b5888af41
commit
6c4a4bdbec
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
path: /etc/sudoers
|
path: /etc/sudoers
|
||||||
state: present
|
state: present
|
||||||
regexp: '^#includedir'
|
regexp: '^#includedir'
|
||||||
line: 'includedir /etc/sudoers.d'
|
line: '#includedir /etc/sudoers.d'
|
||||||
validate: /usr/sbin/visudo -cf %s
|
validate: /usr/sbin/visudo -cf %s
|
||||||
|
|
||||||
- name: Ensure user "rulrich" exists
|
- name: Ensure user "rulrich" exists
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue