Fix automatrop system/access roles

This commit is contained in:
Geoffrey Frogeye 2021-06-17 21:21:34 +02:00
parent 729de4013e
commit c9657f69d4
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 38 additions and 17 deletions

View file

@ -13,7 +13,7 @@
- name: Enable passwordless sudo access to wheel group (Manjaro)
copy:
content: "%wheel ALL=(ALL) NOPASSWD: ALL"
path: /etc/sudoers.d/11-wheel-nopasswd
dest: /etc/sudoers.d/11-wheel-nopasswd
mode: "u=rwx,g=rx,o="
when: manjaro
become: yes