Merge "Use 'all' for ANSIBLE_VARS_PLUGIN_STAGE" into stable/wallaby

This commit is contained in:
Zuul
2021-08-23 10:16:45 +00:00
committed by Gerrit Code Review

View File

@@ -566,7 +566,7 @@ def run_ansible_playbook(playbook, inventory, workdir, playbook_dir=None,
# Set var handling for better performance
env['ANSIBLE_INJECT_FACT_VARS'] = False
env['ANSIBLE_VARS_PLUGIN_STAGE'] = 'inventory'
env['ANSIBLE_VARS_PLUGIN_STAGE'] = 'all'
env['ANSIBLE_GATHER_SUBSET'] = '!all,min'
if connection == 'local':