mirror of
https://github.com/rocky-linux/ansible-role-ipa-getcert.git
synced 2024-11-21 20:01:22 +00:00
fix bool
This commit is contained in:
parent
467a3d6a7f
commit
9caee325c0
@ -67,7 +67,7 @@
|
|||||||
mode: '0640'
|
mode: '0640'
|
||||||
with_items: "{{ ipa_getcert_requested_hostnames }}"
|
with_items: "{{ ipa_getcert_requested_hostnames }}"
|
||||||
when:
|
when:
|
||||||
- ipa_getcert_chain
|
- ipa_getcert_chain|bool
|
||||||
- ipa_cert_request.rc == 0
|
- ipa_cert_request.rc == 0
|
||||||
rescue:
|
rescue:
|
||||||
- name: "Erroring out with message"
|
- name: "Erroring out with message"
|
||||||
|
Loading…
Reference in New Issue
Block a user