readme minor

pull/41/head
kewl fft 2020-05-24 09:58:09 -04:00
parent 37815ae827
commit 10d9c76a31
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ dependencies:
### Create the "aur_builder" user ### 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*. 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: - user:
name: aur_builder name: aur_builder