updated site-config ownership

This commit is contained in:
AnsibleGuy 2023-01-28 19:07:52 +01:00
parent 8364389f7a
commit 36032474d8
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
2 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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]