Update to 2022-08-11 09:00

master
Daniel Berteaud 2 years ago
parent 7d3e6ba088
commit 45ab3c5f29
  1. 34
      roles/docker_wordpress/tasks/main.yml

@ -26,23 +26,23 @@
group: wheel
mode: '0644'
- name: Create custom PHP config file for each containers
with_items: "{{ wh_docker }}"
file:
path: "{{ wh_docker_root_dir }}/wordpress/{{ item.wh_docker_name }}/custom.ini"
state: touch
owner: bin
group: wheel
mode: '0644'
- name: Create custom CRON config file for each containers
with_items: "{{ wh_docker }}"
file:
path: "{{ wh_docker_root_dir }}/wordpress/{{ item.wh_docker_name }}/custom_cron"
state: touch
owner: bin
group: wheel
mode: '0644'
- name: Create custom PHP config file for each containers
with_items: "{{ wh_docker }}"
file:
path: "{{ wh_docker_root_dir }}/wordpress/{{ item.wh_docker_name }}/custom.ini"
state: touch
owner: bin
group: wheel
mode: '0644'
- name: Create custom CRON config file for each containers
with_items: "{{ wh_docker }}"
file:
path: "{{ wh_docker_root_dir }}/wordpress/{{ item.wh_docker_name }}/custom_cron"
state: touch
owner: bin
group: wheel
mode: '0644'
- name: Restart Docker
service: name=docker state=restarted

Loading…
Cancel
Save