Merge "Use 'all' for ANSIBLE_VARS_PLUGIN_STAGE"

This commit is contained in:
Zuul 2021-07-20 19:58:24 +00:00 committed by Gerrit Code Review
commit c1e73bd7b6
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,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':