This commit is contained in:
kewl fft
2018-02-21 21:01:19 +00:00
parent bee752a070
commit af6fa288cb

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/11-install-aur_builder
dest: /etc/sudoers.d/11-install-aur_builder
content: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
validate: visudo -cf %s
```