Merge "Fix random redeploy failure during certificate extraction"

This commit is contained in:
Zuul 2021-04-24 03:12:26 +00:00 committed by Gerrit Code Review
commit ae7fcc707e
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ outputs:
test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}
retries: 5
delay: 1
until: result.rc == 0
register: local_ca_extract_result
until: local_ca_extract_result.rc == 0
when: certmonger_ca != 'IPA' and (ipa_realm is not defined)
- include_role:
name: linux-system-roles.certificate