diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-11 21:54:24 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-11 21:54:24 +0100 |
| commit | 6a0c86f3f2f11e00c43c8fcc4f103411c22f9639 (patch) | |
| tree | 90589a1d2304139a30d80ef1d3379c00dbf492cb /ansible/roles/http | |
| parent | 74b9185a404ace70030e57e0ad493478227a5eac (diff) | |
chown joeac.net public dir to nginx:nginx
Diffstat (limited to 'ansible/roles/http')
| -rw-r--r-- | ansible/roles/http/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/http/tasks/main.yml b/ansible/roles/http/tasks/main.yml index 05fce26..0c46b1b 100644 --- a/ansible/roles/http/tasks/main.yml +++ b/ansible/roles/http/tasks/main.yml @@ -74,6 +74,8 @@ ansible.builtin.file: path: "{{ http_files_dir }}" state: directory + owner: nginx + group: nginx - name: Configure website PHP ansible.builtin.template: |
