fff
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
- name: Make sure we have a 'wheel' group
|
||||
group:
|
||||
name: wheel
|
||||
state=present
|
||||
state: present
|
||||
|
||||
- name: Allow 'wheel' group to have passwordless sudo
|
||||
lineinfile:
|
||||
dest=/etc/sudoers
|
||||
dest: /etc/sudoers
|
||||
state: present
|
||||
regexp='^%wheel'
|
||||
regexp: '^%wheel'
|
||||
line: '%wheel ALL=(ALL) NOPASSWD: ALL'
|
||||
|
||||
- name: Add the user tobi
|
||||
|
||||
Reference in New Issue
Block a user