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

mod_md tweaks

parent 25246f7b
No related branches found
No related tags found
No related merge requests found
Pipeline #17749 passed
......@@ -46,9 +46,7 @@
- name: Install specific version of mod_md
include_tasks: md.yml
when:
- apache_md_version is defined
- apache_md_version != "default"
when: ( "md" in apache_mods_enabled ) and ( apache_md_version is defined ) and ( apache_md_version != "default" )
- name: Include MPM switching tasks
include_tasks: mpm.yml
......
......@@ -60,6 +60,7 @@
when: apache_md_repo.changed
when: apache_md_version != "default"
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