diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 0618a35748..260fe7555d 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 ###############