fixing single job template

This commit is contained in:
ipvsean
2020-03-09 16:18:25 -04:00
parent daa1ee863e
commit 98adc65041
2 changed files with 30 additions and 30 deletions

View File

@@ -3,10 +3,10 @@
debug:
msg: "install {{demo}} on {{my_tower_host}}"
- name: install all job templates
include: add_job_template.yml
loop: "{{ demos|dict2items }}"
when: demo == "all"
# - name: install all job templates
# include: add_job_template.yml
# loop: "{{ demos|dict2items }}"
# when: demo == "all"
- name: install single job template
include: single_job_template.yml