Fix: Right permission for the host directory of wordpress
This commit is contained in:
parent
77d5fa8eda
commit
67750b459d
@ -14,13 +14,13 @@
|
||||
source: pull
|
||||
force_source: yes
|
||||
|
||||
- name: Ensure SSH Directory exists
|
||||
- name: Ensure Host Directory exists
|
||||
file:
|
||||
path: "/var/lib/{{ http_host }}"
|
||||
state: directory
|
||||
group: www-data
|
||||
owner: www-data
|
||||
mode: 0700
|
||||
mode: 0655
|
||||
|
||||
- name: Create Wordpress container
|
||||
docker_container:
|
||||
|
Loading…
Reference in New Issue
Block a user