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