Merge "update env options to resolve deprecation warnings"

This commit is contained in:
Zuul 2022-04-12 19:30:38 +00:00 committed by Gerrit Code Review
commit f2985f881c
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ def run_ansible_playbook(playbook, inventory, workdir, playbook_dir=None,
constants.DEFAULT_VALIDATIONS_BASEDIR
)
)
env['ANSIBLE_CALLBACK_WHITELIST'] = callback_whitelist
env['ANSIBLE_CALLBACKS_ENABLED'] = callback_whitelist
env['ANSIBLE_RETRY_FILES_ENABLED'] = False
env['ANSIBLE_HOST_KEY_CHECKING'] = False
env['ANSIBLE_TRANSPORT'] = connection