Update AUR packages

This commit is contained in:
Sonny Bakker 2024-08-16 09:02:52 +02:00
parent aef5ca8138
commit ae424f066d
4 changed files with 48 additions and 17 deletions

View file

@ -1,10 +1,8 @@
- name: retrieve directory stats
stat:
path: '{{ aur_build_dir }}/{{ item.name }}'
register: build_dir_stats
loop: '{{ aur_packages }}'
# TODO become based on the directories stats
- name: clone aur packages
become: true
git: