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

path typo fixed

parent 1490e69a
No related branches found
No related tags found
No related merge requests found
Pipeline #9813 passed
......@@ -5,7 +5,7 @@
- name: Apache sites disabled
command: "a2dissite {{ site }}"
args:
removes: "/etc/apache2/site-enabled/{{ site }}.conf"
removes: "/etc/apache2/sites-enabled/{{ site }}.conf"
when:
- apache_sites_disabled is defined
- apache_sites_disabled != []
......@@ -18,7 +18,7 @@
- name: Apache sites enabled
command: "a2ensite {{ site }}"
args:
creates: "/etc/apache2/site-enabled/{{ site }}.conf"
creates: "/etc/apache2/sites-enabled/{{ site }}.conf"
when:
- apache_sites_enabled is defined
- apache_sites_enabled != []
......
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