This commit is contained in:
parent
ba8f398ac3
commit
1f1da2d77d
2 changed files with 5 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
line: "aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman"
|
||||
create: true
|
||||
validate: visudo -cf %s
|
||||
mode: 0644
|
||||
mode: 0640
|
||||
changed_when: false
|
||||
|
||||
- name: Install chaotic AUR
|
||||
|
|
|
@ -21,5 +21,8 @@
|
|||
|
||||
- name: Give user sudo access
|
||||
lineinfile:
|
||||
path: /etc/sudoers
|
||||
path: /etc/sudoers.d/00_jake
|
||||
line: "{{ user }} ALL=(ALL) ALL"
|
||||
create: true
|
||||
validate: visudo -cf %s
|
||||
mode: 0640
|
||||
|
|
Loading…
Reference in a new issue