updated site-config ownership
This commit is contained in:
parent
8364389f7a
commit
36032474d8
|
|
@ -83,6 +83,6 @@
|
||||||
src: "/etc/apache2/sites-available/site_{{ name }}.conf"
|
src: "/etc/apache2/sites-available/site_{{ name }}.conf"
|
||||||
dest: "/etc/apache2/sites-enabled/site_{{ name }}.conf"
|
dest: "/etc/apache2/sites-enabled/site_{{ name }}.conf"
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: "{{ APACHE_CONFIG.group }}"
|
||||||
mode: 0644
|
mode: 0640
|
||||||
tags: [sites, config]
|
tags: [sites, config]
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@
|
||||||
src: '/etc/apache2/sites-available/status.conf'
|
src: '/etc/apache2/sites-available/status.conf'
|
||||||
dest: '/etc/apache2/sites-enabled/status.conf'
|
dest: '/etc/apache2/sites-enabled/status.conf'
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: "{{ APACHE_CONFIG.group }}"
|
||||||
mode: 0644
|
mode: 0640
|
||||||
tags: [sites, base, config]
|
tags: [sites, base, config]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue