From bee752a070931d60071117cd7be571370c7d4cc7 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Wed, 21 Feb 2018 20:57:54 +0000 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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