Merge "Fix random redeploy failure during certificate extraction"
This commit is contained in:
commit
ae7fcc707e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user