Update main.yml
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
tower_host: "{{my_tower_host}}"
|
tower_host: "{{my_tower_host}}"
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
when:
|
when:
|
||||||
- not demos[demo].survey_enabled
|
- not demos[demo].survey_enabled
|
||||||
|
|
||||||
- name: add deploy application job template
|
- name: add deploy application job template
|
||||||
tower_job_template:
|
tower_job_template:
|
||||||
@@ -45,4 +45,5 @@
|
|||||||
tower_password: "{{my_tower_password}}"
|
tower_password: "{{my_tower_password}}"
|
||||||
tower_host: "{{my_tower_host}}"
|
tower_host: "{{my_tower_host}}"
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
when: demos[demo].survey_enabled == "yes"
|
when:
|
||||||
|
- demos[demo].survey_enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user