sync content

This commit is contained in:
ipvsean
2020-02-25 19:16:52 -05:00
parent bdea0894aa
commit 3c5dba85a0
4 changed files with 21 additions and 53 deletions

View File

@@ -11,12 +11,6 @@
tower_host: "{{my_tower_host}}"
validate_certs: no
- name: install job template
- name: install all job templates
include: add_job_template.yml
when: demo != "all"
- name: install job template
include: add_job_template.yml
when: demo == "all"
with_items:
- demos
loop: "{{ demos|dict2items }}"