mirror of https://github.com/kewlfft/ansible-aur
readme
parent
78197df94a
commit
bee752a070
|
@ -71,7 +71,7 @@ This can be done in Ansible with the following actions:
|
|||
- user: name=aur_builder group=wheel
|
||||
|
||||
- copy:
|
||||
path: /etc/sudoers.d/aur_builder-allow-to-sudo-pacman
|
||||
path: /etc/sudoers.d/11-install-aur_builder
|
||||
content: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
|
||||
validate: /usr/sbin/visudo -cf %s
|
||||
validate: visudo -cf %s
|
||||
```
|
Loading…
Reference in New Issue