mirror of https://github.com/kewlfft/ansible-aur
readme minor
parent
37815ae827
commit
10d9c76a31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue