From 78197df94a57f89a33bf5c5583fcb3ce6e3b6bf1 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Mon, 8 Jan 2018 19:52:12 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a8a65..14aa27d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Use it in a task, as in the following examples: While Ansible expects to SSH as root, AUR helpers do not allow executing operations as root, they all fail with "you cannot perform this operation as root". It is therefore recommended to create a user, that we will call for example *aur_builder*, that has no need for password with pacman in sudoers. This can be done in Ansible with the following actions: ``` -- user: name=aur_builder +- user: name=aur_builder group=wheel - copy: path: /etc/sudoers.d/aur_builder-allow-to-sudo-pacman