readme minor

This commit is contained in:
kewl fft
2020-05-24 09:58:09 -04:00
parent 37815ae827
commit 10d9c76a31

View File

@@ -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