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

"mode: 0644" in the README example
pull/74/merge
kewl 2023-07-08 18:30:26 +01:00 committed by GitHub
commit b469b5a641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'
```