apache2: Fix a2ensite
This commit is contained in:
parent
685f0a3d15
commit
11d602dbc6
1 changed files with 0 additions and 1 deletions
|
@ -45,6 +45,5 @@
|
||||||
src: "../sites-available/{{ item }}.conf"
|
src: "../sites-available/{{ item }}.conf"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0777
|
|
||||||
loop: "{{ apache2_sites.keys() }}"
|
loop: "{{ apache2_sites.keys() }}"
|
||||||
notify: reload apache2
|
notify: reload apache2
|
||||||
|
|
Loading…
Reference in a new issue