From 10d9c76a310f2650546d1d0f9ad1183fa123e4db Mon Sep 17 00:00:00 2001 From: kewl fft Date: Sun, 24 May 2020 09:58:09 -0400 Subject: [PATCH] readme minor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bebf149..93a3017 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,8 @@ dependencies: ### Create the "aur_builder" user While Ansible expects to SSH as root, makepkg or AUR helpers do not allow executing operations as root, they fail with "you cannot perform this operation as root". It is therefore recommended to create a user, which is non-root but has no need for password with pacman in sudoers, let's call it *aur_builder*. -This user can be created in Ansible with the following actions: + +This user can be created in an Ansible task with the following actions: ``` - user: name: aur_builder