syncing fix
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
inventory: "{{item.value.inventory}}"
|
||||
project: "{{item.value.project.name}}"
|
||||
playbook: "{{item.value.playbook}}"
|
||||
fact_caching_enabled: "{{item.value.fact_caching_enabled | default(no)}}"
|
||||
credential: "{{item.value.credential}}"
|
||||
survey_enabled: "{{item.value.survey_enabled}}"
|
||||
tower_username: "{{my_tower_username}}"
|
||||
@@ -35,6 +36,7 @@
|
||||
inventory: "{{item.value.inventory}}"
|
||||
project: "{{item.value.project.name}}"
|
||||
playbook: "{{item.value.playbook}}"
|
||||
fact_caching_enabled: "{{item.value.fact_caching_enabled | default(no)}}"
|
||||
credential: "{{item.value.credential}}"
|
||||
survey_enabled: "{{item.value.survey_enabled}}"
|
||||
survey_spec: "{{item.value.survey_spec}}"
|
||||
|
||||
Reference in New Issue
Block a user