fix: Fix home direcrotry permission

This commit is contained in:
moanos [he/him] 2023-11-15 11:45:28 +01:00
parent ddc7f73a13
commit b4e610fc89

View File

@ -9,7 +9,7 @@
ansible.builtin.file:
path: "{{ item.path }}"
state: directory
mode: 0700
mode: 0755
with_items:
- {path: "{{ static_site_server_base_path }}", when: true}