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
Guillaume Abrioux 2022-08-01 20:22:10 +02:00
parent 64d912bad2
commit 056de01714
1 changed files with 1 additions and 0 deletions

View File

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