Fix Ansible errors if globals.yml is not modified
Ansible objects when given an empty YAML file, adding dummy var. Closes-Bug: #1970638 Change-Id: I1f2f3ce7387caabffbb04ef5b3a07d634bb7e1bc
This commit is contained in:
parent
a4ccb37767
commit
b31f3039de
@ -21,6 +21,9 @@
|
||||
# By default, we do not provide a gather subset.
|
||||
#kolla_ansible_setup_gather_subset: "{{ omit }}"
|
||||
|
||||
# Dummy variable to allow Ansible to accept this file.
|
||||
workaround_ansible_issue_8743: yes
|
||||
|
||||
###############
|
||||
# Kolla options
|
||||
###############
|
||||
|
Loading…
x
Reference in New Issue
Block a user