diff --git a/tasks/aur.yml b/tasks/aur.yml index 6e8a2e7..1b7ecc9 100644 --- a/tasks/aur.yml +++ b/tasks/aur.yml @@ -2,6 +2,7 @@ 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