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"
|
||||
dest: "/etc/apache2/sites-enabled/site_{{ name }}.conf"
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: 0644
|
||||
group: "{{ APACHE_CONFIG.group }}"
|
||||
mode: 0640
|
||||
tags: [sites, config]
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@
|
|||
src: '/etc/apache2/sites-available/status.conf'
|
||||
dest: '/etc/apache2/sites-enabled/status.conf'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: 0644
|
||||
group: "{{ APACHE_CONFIG.group }}"
|
||||
mode: 0640
|
||||
tags: [sites, base, config]
|
||||
|
|
|
|||
Loading…
Reference in New Issue