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

debug fail removed as it fails without it....

parent 2dfbfab7
No related branches found
No related tags found
No related merge requests found
Pipeline #17719 passed
......@@ -50,9 +50,6 @@
- apache_mod_md_version is defined
- apache_mod_md_version != "default"
- fail:
msg: debug
- name: Include MPM switching tasks
include_tasks: mpm.yml
when: ( apache_mpm_loaded not in apache_mods_enabled ) or ( apache_mpm_loaded | length == 0 )
......
......@@ -7,6 +7,7 @@
pkg:
- apache2-dev
- libcurl4-openssl-dev
- libjansson-dev
state: present
- name: Find the latest version of mod_md
......
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