]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox: fix a typo 3.3 stable-3.0
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 25 Oct 2018 12:42:54 +0000 (14:42 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 26 Oct 2018 14:22:50 +0000 (16:22 +0200)
the line setting `ANSIBLE_CONFIG` obviously contains a typo introduced
by 1e283bf69be8b9efbc1a7a873d91212ad57c7351

`ANSIBLE_CONFIG` has to point to a path only (path to an ansible.cfg)

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a0cceb3e44f17f417f1c7d86c51f915dbaf0bd2f)

tox.ini

diff --git a/tox.ini b/tox.ini
index 3a56a1e0519a80d3caa59ccc73111717e23630df..2d9b7005335a9466a1aa6a1ddce37736ae155b73 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -122,7 +122,7 @@ passenv=*
 sitepackages=True
 setenv=
   ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
-  ANSIBLE_CONFIG = -F {toxinidir}/ansible.cfg
+  ANSIBLE_CONFIG = {toxinidir}/ansible.cfg
   ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions
   # only available for ansible >= 2.2
   ANSIBLE_STDOUT_CALLBACK = debug