Ver Fonte

Merge pull request #11795 from mtnbikenc/fix-tox

Add ANSIBLE_CONFIG to tox.ini
OpenShift Merge Robot há 5 anos atrás
pai
commit
f889aec771
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tox.ini

+ 1 - 0
tox.ini

@@ -9,6 +9,7 @@ skip_missing_interpreters=True
 [testenv]
 [testenv]
 skip_install=True
 skip_install=True
 setenv =
 setenv =
+    ANSIBLE_CONFIG = ./ansible.cfg
     ANSIBLE_INVENTORY = {toxinidir}/test/tox-inventory.txt
     ANSIBLE_INVENTORY = {toxinidir}/test/tox-inventory.txt
     ANSIBLE_LOG_PATH=/tmp/tox/ansible/ansible.log
     ANSIBLE_LOG_PATH=/tmp/tox/ansible/ansible.log
     ANSIBLE_LOCAL_TEMP=/tmp/tox/ansible
     ANSIBLE_LOCAL_TEMP=/tmp/tox/ansible