Merge pull request #73 from LorenzoBettini/LorenzoBettini-patch-1

"mode: 0644" in the README example
This commit is contained in:
kewl
2023-07-08 18:30:26 +01:00
committed by GitHub

View File

@@ -109,6 +109,7 @@ This user can be created in an Ansible task with the following actions:
path: /etc/sudoers.d/11-install-aur_builder
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
create: yes
mode: 0644
validate: 'visudo -cf %s'
```