Rerun prettier

This commit is contained in:
Sonny Bakker 2022-05-15 19:19:11 +02:00
parent d9eeeb3684
commit e205c6c0cf
7 changed files with 51 additions and 16 deletions

View file

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