Merge pull request #1194 from ceph/testing-output

tests: preserve newlines in ansible output when testing
pull/1198/head
Alfredo Deza 2016-12-15 14:16:31 -05:00 committed by GitHub
commit be5c812029
1 changed files with 2 additions and 0 deletions

View File

@ -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