mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1194 from ceph/testing-output
tests: preserve newlines in ansible output when testingpull/1198/head
commit
be5c812029
2
tox.ini
2
tox.ini
|
@ -10,6 +10,8 @@ passenv=*
|
|||
setenv=
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||
ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions
|
||||
# only available for ansible >= 2.2
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
docker_cluster: PLAYBOOK = site-docker.yml.sample
|
||||
deps=
|
||||
ansible1.9: ansible==1.9.4
|
||||
|
|
Loading…
Reference in New Issue