From b31f3039de7a6ffaef414a72c753af91659021a6 Mon Sep 17 00:00:00 2001
From: Vladislav Belogrudov <v.belogrudov@yadro.com>
Date: Thu, 28 Apr 2022 16:20:01 +0300
Subject: [PATCH] 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
---
 etc/kolla/globals.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index afe92715c4..92136e7d7f 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -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
 ###############