Rerun prettier
This commit is contained in:
parent
d9eeeb3684
commit
e205c6c0cf
7 changed files with 51 additions and 16 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue