feat: updated to use kewlfft.aur from collection instead of local install

This commit is contained in:
Michael Mandl 2021-10-25 08:27:38 +02:00
parent 4a910f4706
commit 8d8c7c204d
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
12 changed files with 40 additions and 32 deletions

View file

@ -1,7 +1,7 @@
---
- name: install package
aur:
name: zoom
state: latest
kewlfft.aur.aur:
name: zoom
state: latest
become: yes
become_user: "{{ aur_builder.name }}"