Skip to content

Commit

Permalink
reinclude include task
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Feb 14, 2024
1 parent 43b3110 commit 208fcd5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
when: not item.stat.exists
loop: "{{ dockerfiles_exist.results }}"

# - name: Run deploy.yml for every docker image
# include_tasks: deploy.yml
# loop: "{{ docker_images_list }}"
# loop_control:
# loop_var: docker_image
- name: Run deploy.yml for every docker image
include_tasks: deploy.yml
loop: "{{ docker_images_list }}"
loop_control:
loop_var: docker_image

0 comments on commit 208fcd5

Please sign in to comment.