]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set no_log_on_ceph_key_tasks=false
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 1 Aug 2022 18:22:10 +0000 (20:22 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 2 Aug 2022 08:35:33 +0000 (10:35 +0200)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index 0fdbeac3df85b92a939e0cb149221a815b2a818e..3d746e66ee8e870668b515429637582c99291799 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -376,6 +376,7 @@ commands=
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml
 
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
+      no_log_on_ceph_key_tasks=false \
       yes_i_know=true \
       deploy_secondary_zones=False \
       ceph_dev_branch={env:CEPH_DEV_BRANCH:main} \