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

fix for a2enconf

parent 5aff0188
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
register: apache_packages
- name: Apache conf disabled
command: "a2dismod {{ item }}"
command: "a2disconf {{ item }}"
args:
removes: /etc/apache2/conf-enabled/{{ item }}.conf
with_items:
......
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