roles/users/tasks/main.yml aktualisiert
This commit is contained in:
parent
349ce92ced
commit
dfee91fc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
- name: Grant sudo without PW to admins group
|
- name: Grant sudo without PW to admins group
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: roles/users/files/sudo_group_admins
|
src: roles/users/files/sudo_group_admins
|
||||||
path: /etc/sudoers.d/admins
|
dest: /etc/sudoers.d/admins
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0440'
|
mode: '0440'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue