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

typos fixed

parent a85324a6
No related branches found
No related tags found
1 merge request!2MPM switching and TLS 1.3
Pipeline #9758 passed
......@@ -3,7 +3,7 @@
block:
- name: Apache sites disabled
command: "a2disconf {{ conf }}"
command: "a2dissite {{ site }}"
args:
removes: "/etc/apache2/conf-enabled/{{ conf }}.conf"
when:
......@@ -16,7 +16,7 @@
label: "{{ site }}"
- name: Apache sites enabled
command: "a2enconf {{ conf }}"
command: "a2ensite {{ site }}"
args:
creates: "/etc/apache2/conf-enabled/{{ conf }}.conf"
when:
......
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