Fix looking for wrong config file on apache config templating

This commit is contained in:
Salt 2020-06-22 05:07:11 -05:00
parent 5f76a6d8f7
commit c92f044a7d

View File

@ -29,7 +29,7 @@
- name: Enable configs
command:
cmd: a2enconf "{{ item }}"
creates: "/etc/apache2/conf-enabled/{{ item }}.load"
creates: "/etc/apache2/conf-enabled/{{ item }}"
loop:
- matrix
notify: restart apache