Compare commits

..

No commits in common. "9b25b11cea7af6dba9dac598acd792156c92a67f" and "87a15853fa69c2f60f82a9c71ff784a6b3c6e226" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -97,14 +97,12 @@ This user can be created in an Ansible task with the following actions:
```yaml
- name: Create the `aur_builder` user
become: yes
ansible.builtin.user:
name: aur_builder
create_home: yes
group: wheel
- name: Allow the `aur_builder` user to run `sudo pacman` without a password
become: yes
ansible.builtin.lineinfile:
path: /etc/sudoers.d/11-install-aur_builder
line: 'aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman'

View File

@ -65,6 +65,4 @@ issues: https://github.com/kewlfft/ansible-aur/issues
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore:
- .github
- .gitignore
build_ignore: []