1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-19 16:31:31 +02:00
dotfiles/ansible/aur_packages/README.md
2024-07-04 18:55:52 +02:00

358 B

Archlinux User Repository (AUR)

Role to install Archlinux User Repository (AUR) packages.

Add extra packages to the defaults in vars/main.yml by providing the aur_extra variable:

- hosts: all

  vars:
    aur_extra:
      - bretellofier
      - yay

  roles:
    - role: aur-packages