Change `create_home:no` to `create_home:yes` in README

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

Fixes #59
pull/58/head
Maxwell G 2021-08-04 12:14:00 -05:00
parent 6a32a018ee
commit ba04d0efc0
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 1 additions and 1 deletions

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