ci-resultsdb: invert the order of the conditional
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ad78982487
commit
506031f982
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
fail:
|
fail:
|
||||||
msg: Please see roles/certbot/README step (3) and manually run certbot
|
msg: Please see roles/certbot/README step (3) and manually run certbot
|
||||||
when:
|
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:
|
tags:
|
||||||
- config
|
- config
|
||||||
- certbot
|
- certbot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue