mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
ci-resultsdb: invert the order of the conditional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user