ci-resultsdb: invert the order of the conditional

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-10-15 17:45:58 +02:00
parent ad78982487
commit 506031f982

View file

@ -76,7 +76,7 @@
fail:
msg: Please see roles/certbot/README step (3) and manually run certbot
when:
- stat_cert.stat.exists == False and inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org"
- inventory_hostname != "resultsdb-stg01.qa.fedoraproject.org" and stat_cert.stat.exists == False
tags:
- config
- certbot