fix: Fix home direcrotry permission
This commit is contained in:
parent
ddc7f73a13
commit
b4e610fc89
@ -9,7 +9,7 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0700
|
mode: 0755
|
||||||
with_items:
|
with_items:
|
||||||
- {path: "{{ static_site_server_base_path }}", when: true}
|
- {path: "{{ static_site_server_base_path }}", when: true}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user