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

Tweak for mod_md

parent 46c6e9e4
No related branches found
Tags 2.10.0
No related merge requests found
Pipeline #17051 passed
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
common_name: "{{ inventory_hostname }}" common_name: "{{ inventory_hostname }}"
when: when:
- ( not apache_cert.stat.exists ) - ( "md" not in apache_mods_enabled ) or ( not apache_cert.stat.exists )
- ( "ssl" in apache_mods_enabled ) - ( "ssl" in apache_mods_enabled )
- ( "le" in apache_conf_enabled ) - ( "le" in apache_conf_enabled )
- ( common_name is defined ) and ( common_name == inventory_hostname ) - ( common_name is defined ) and ( common_name == inventory_hostname )
......
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