mirror of https://github.com/ceph/ceph-ansible.git
test: set sitepackages=false in tox
Otherwise it might try to use the system installed version of ansible
when there's one available.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 6d9acb5e6d
)
pull/5376/head
parent
60124f5bde
commit
66bdd585da
2
tox.ini
2
tox.ini
|
@ -348,7 +348,7 @@ whitelist_externals =
|
|||
sleep
|
||||
rm
|
||||
passenv=*
|
||||
sitepackages=True
|
||||
sitepackages=False
|
||||
setenv=
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
|
||||
ANSIBLE_CONFIG = {toxinidir}/ansible.cfg
|
||||
|
|
Loading…
Reference in New Issue