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

Test

parent 53ec1263
No related branches found
No related tags found
No related merge requests found
Pipeline #17163 passed
......@@ -12,10 +12,11 @@
check_mode: false
register: apache_mdomain_status
- name: "Debug the mdomain status for {{ apache_mdomain }}"
- name: "Debug the mdomain RSA status for {{ apache_mdomain }}"
debug:
var: apache_mdomain_status
var: apache_mdomain_status.json.cert.rsa.ocsp.renewal.last.status
verbosity: 2
when: apache_mdomain_status.json.cert.rsa is defined
tags:
- apache
......
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