Merge "Use 'all' for ANSIBLE_VARS_PLUGIN_STAGE" into stable/wallaby
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user