Fix looking for wrong config file on apache config templating
This commit is contained in:
parent
5f76a6d8f7
commit
c92f044a7d
@ -29,7 +29,7 @@
|
|||||||
- name: Enable configs
|
- name: Enable configs
|
||||||
command:
|
command:
|
||||||
cmd: a2enconf "{{ item }}"
|
cmd: a2enconf "{{ item }}"
|
||||||
creates: "/etc/apache2/conf-enabled/{{ item }}.load"
|
creates: "/etc/apache2/conf-enabled/{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- matrix
|
- matrix
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user