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

Syntax fix

parent 86565fbd
No related branches found
No related tags found
No related merge requests found
Pipeline #17157 passed
......@@ -2,18 +2,19 @@
- name: Check the status of a mod_md cert
block:
- name: Query the status
- name: "Query the status for {{ apache_mdomain }}"
uri:
url: "http://localhost/md-status/{{ apache_mdomain }}"
return_content: true
status_code:
- 200
- 404
register: apache_mdomain_status
register: "Debug the mdomain status for {{ apache_mdomain }}"
- name: Debug the status
debug:
var: apache_mdomain_status.content
var: apache_mdomain_status
verbosity: 2
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