Add missing Ansible bug 8743 workarounds to config samples

This commit is contained in:
Mark Goddard 2017-07-28 12:25:54 +00:00
parent ce9aae6aae
commit e1b2730e85
2 changed files with 8 additions and 0 deletions

View File

@ -44,3 +44,7 @@
# Name of an Ansible group containing switches forming the iDRAC network.
#idrac_bootstrap_switch_group:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes

View File

@ -12,3 +12,7 @@
# As a special case, the group 'ignore' can be used to specify hosts that
# should not be added to the inventory.
#overcloud_group_hosts_map:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes