pull/1/head
kewl fft 2018-02-21 20:57:54 +00:00
parent 78197df94a
commit bee752a070
1 changed files with 2 additions and 2 deletions

View File

@ -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
```