Update to 2022-08-11 10:00

master
Daniel Berteaud 2 years ago
parent 45ab3c5f29
commit 572ee125ec
  1. 9
      roles/docker_wordpress/tasks/main.yml

@ -26,6 +26,15 @@
group: wheel
mode: '0644'
- name: Create main folder for Wordpress files
file:
path: "{{ wh_docker_root_dir }}/wordpress"
state: directory
owner: bin
group: wheel
mode: '0644'
- name: Create custom PHP config file for each containers
with_items: "{{ wh_docker }}"
file:

Loading…
Cancel
Save