Skip to content

Commit

Permalink
Change create_home:no to create_home:yes in README
Browse files Browse the repository at this point in the history
For certain use cases, the `aur_builder` requires a home directory.

Fixes #59
  • Loading branch information
gotmax23 committed Aug 4, 2021
1 parent 6a32a01 commit ba04d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba04d0e

Please sign in to comment.