From a0cceb3e44f17f417f1c7d86c51f915dbaf0bd2f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 25 Oct 2018 14:42:54 +0200 Subject: [PATCH] tox: fix a typo 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6121e6175..5fd68f161 100644 --- a/tox.ini +++ b/tox.ini @@ -172,7 +172,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 ANSIBLE_CALLBACK_PLUGINS = {toxinidir}/plugins/callback ANSIBLE_CALLBACK_WHITELIST = profile_tasks