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

Whitespace fix

parent 668dd106
No related branches found
No related tags found
No related merge requests found
Pipeline #17724 passed
......@@ -54,13 +54,13 @@
verbosity: 2
- name: Set a fact to indicate the key and cert status is good
set_fact:
apache_md_certs: true
set_fact:
apache_md_certs: true
when: apache_md_private_keys | difference(apache_md_certs_present ) | length == 0
- name: Set a fact to indicate the key and cert status is bad
set_fact:
apache_md_certs: false
set_fact:
apache_md_certs: false
when: apache_md_private_keys | difference(apache_md_certs_present ) | length == 0
tags:
......
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