Fix: Right permission for the host directory of wordpress

This commit is contained in:
Amritanshu Agrawal 2023-01-02 12:23:26 +05:30
parent 77d5fa8eda
commit 67750b459d
1 changed files with 2 additions and 2 deletions

View File

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