mirror of https://github.com/ceph/ceph-ansible.git
tests: set no_log_on_ceph_key_tasks=false
In order to not have to always reproduce it when a failure shows up in the CI
having the failure logged can make us save some time.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f1239b6907
)
pull/7307/head
parent
64d912bad2
commit
056de01714
1
tox.ini
1
tox.ini
|
@ -398,6 +398,7 @@ commands=
|
|||
|
||||
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
|
||||
delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \
|
||||
no_log_on_ceph_key_tasks=false \
|
||||
deploy_secondary_zones=False \
|
||||
ceph_docker_registry_auth=True \
|
||||
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
|
||||
|
|
Loading…
Reference in New Issue