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

whitespace fix

parent 5d4fa02f
No related branches found
No related tags found
No related merge requests found
Pipeline #17469 passed
......@@ -19,7 +19,7 @@
- name: Set apache_md_private_keys_present to an empty array
set_fact:
apache_md_private_keys_present: []
- name: "Set a fact for the mdomain RSA status for {{ apache_mdomain_status }}"
set_fact:
apache_md_private_keys_present: "{{ apache_md_private_keys_present }} + [ 'rsa3072' ]"
......@@ -30,7 +30,7 @@
- ( apache_mdomain_status.json.name | regex_replace('^"') | regex_replace('"$') ) == apache_mdomain
- ( apache_mdomain_status.json.cert.rsa.ocsp.renewal.last.status is defined )
- ( apache_mdomain_status.json.cert.rsa.ocsp.renewal.last.status == 0 )
- name: "Set a fact for the mdomain EC status for {{ apache_mdomain_status }}"
set_fact:
apache_md_private_keys_present: "{{ apache_md_private_keys_present }} + [ 'secp384r1' ]"
......
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