From 2803b869730166d191a466ed8d706c4706be4dd9 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Sun, 31 Dec 2017 21:40:22 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc96779..245786c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Use it in a task, as in the following examples: [...] ``` -### Create "aur_builder" user +### Create an "aur_builder" user 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, *aur_builder*, that has no need for password with pacman in sudoers. This can be done in Ansible with the following actions: ```