Skip to content
Snippets Groups Projects
Commit 573a7c60 authored by Chris Croome's avatar Chris Croome
Browse files

Debugging added

parent c6304086
No related branches found
No related tags found
No related merge requests found
Pipeline #17730 passed
......@@ -48,11 +48,21 @@
- ( apache_mdomain_status.json.cert.secp384r1.ocsp.renewal.last.status is defined )
- ( apache_mdomain_status.json.cert.secp384r1.ocsp.renewal.last.status == 0 )
- name: Debug apache_md_private_keys array
debug:
var: apache_md_private_keys
verbosity: 2
- name: Debug apache_md_certs_present array
debug:
var: apache_md_certs_present
verbosity: 2
- name: Debug the difference between apache_md_private_keys and apache_md_certs_present
debug:
msg:
- "{{ apache_md_private_keys | difference(apache_md_certs_present ) }}"
- name: Set a fact to indicate the key and cert status is good
set_fact:
apache_md_certs: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment