Test
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
- name: Allow the `aur_builder` user to run `sudo pacman` without a password
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/sudoers.d/11-install-aur_builder
|
||||
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'
|
||||
line: 'aur_builder ALL=(ALL) NOPASSWD: ALL'
|
||||
create: yes
|
||||
validate: 'visudo -cf %s'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user