This commit is contained in:
Tobias Maier
2022-06-12 15:22:31 +02:00
parent 96e569f32d
commit ac58a6dc8c

View File

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