Change create_home:no to create_home:yes in README

For certain use cases, the `aur_builder` requires a home directory.

Fixes #59
This commit is contained in:
Maxwell G
2021-08-04 12:14:00 -05:00
parent 6a32a018ee
commit ba04d0efc0

View File

@@ -67,7 +67,7 @@ This user can be created in an Ansible task with the following actions:
- name: Create the `aur_builder` user
ansible.builtin.user:
name: aur_builder
create_home: no
create_home: yes
group: wheel
- name: Allow the `aur_builder` user to run `sudo pacman` without a password