diff --git a/README.md b/README.md index 14aa27d..3648f02 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file