From e1b2730e8501da67bf336bc38c5bcd6d2e2a4e58 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 28 Jul 2017 12:25:54 +0000 Subject: [PATCH] Add missing Ansible bug 8743 workarounds to config samples --- etc/kayobe/idrac.yml | 4 ++++ etc/kayobe/overcloud.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/kayobe/idrac.yml b/etc/kayobe/idrac.yml index e4cc4f9d5..b716c76e7 100644 --- a/etc/kayobe/idrac.yml +++ b/etc/kayobe/idrac.yml @@ -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 diff --git a/etc/kayobe/overcloud.yml b/etc/kayobe/overcloud.yml index 29eb8515a..0d54d0cb2 100644 --- a/etc/kayobe/overcloud.yml +++ b/etc/kayobe/overcloud.yml @@ -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