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>pull/5365/head
parent
252e78b4e4
commit
6d9acb5e6d
2
tox.ini
2
tox.ini
|
@ -280,7 +280,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