Fix the GLOBAL file path

Change-Id: I623dca313b5fe1b6dfc53cfab096fac3c95adcf0
This commit is contained in:
cao.yuan 2019-07-24 17:38:39 +08:00 committed by caoyuan
parent 269255cd76
commit f467c033e7
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class AnsibleProperties(object):
override_flags.ovr_global = True
orig_value = self.unique_global_props[key].value
ansible_prop = AnsibleProperty(key, value,
'group_vars/__GLOBAL',
'group_vars/__GLOBAL__',
overrides, orig_value)
ansible_prop.override_flags = override_flags
self.global_props.append(ansible_prop)