Really fix it

This commit is contained in:
Salt 2020-06-22 05:07:25 -05:00
parent c92f044a7d
commit 124997992e

View File

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