Add missing loop statement

This commit is contained in:
Sonny Bakker 2022-07-14 22:01:23 +02:00
parent 7f1f1f0efb
commit ba2ae319b6

View file

@ -2,6 +2,7 @@
stat: stat:
path: '{{ aur_build_dir }}/{{ item.name }}' path: '{{ aur_build_dir }}/{{ item.name }}'
register: build_dir_stats register: build_dir_stats
loop: '{{ aur_packages }}'
# TODO become based on the directories stats # TODO become based on the directories stats
- name: clone aur packages - name: clone aur packages