openstack-ansible/scripts/upgrade-utilities/unset-ansible-env.rc
Dmitriy Rabotyagov 2eaaa4b0c5 Fix infra upgrade
Since we launch upgrade script from another bash script, we don't really alter environmental
variables, which remain to be defined in scope of gate-check-commit. So we explicitly
unset them and re-using unset 

Change-Id: I2e41323cc8dbd0e93679de9360ad6359ab90710b
2022-01-26 21:24:52 +00:00

8 lines
199 B
Plaintext

unset ANSIBLE_LIBRARY
unset ANSIBLE_FILTER_PLUGINS
unset ANSIBLE_ACTION_PLUGINS
unset ANSIBLE_CALLBACK_PLUGINS
unset ANSIBLE_TRANSPORT
unset ANSIBLE_STRATEGY_PLUGINS
unset ANSIBLE_CONNECTION_PLUGINS