Add missing loop statement
This commit is contained in:
parent
7f1f1f0efb
commit
ba2ae319b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue