mirror of https://github.com/ceph/ceph-ansible.git
tox: fix a typo
the line setting `ANSIBLE_CONFIG` obviously contains a typo introduced by3.31e283bf69b
`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 commita0cceb3e44
)
parent
2305b99a71
commit
88683b75a0
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in New Issue