Update to 2021-12-01 19:13

This commit is contained in:
Daniel Berteaud
2021-12-01 19:13:34 +01:00
commit 4c4556c660
2153 changed files with 60999 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Create directory structure
file: path={{ item.dir }} state=directory mode={{ item.mode | default(omit) }}
loop:
- dir: "{{ pma_root_dir }}"
- dir: "{{ pma_root_dir }}/web"
- dir: "{{ pma_root_dir }}/tmp"
- dir: "{{ pma_root_dir }}/sessions"
- dir: "{{ pma_root_dir }}/cache"
- dir: "{{ pma_root_dir }}/meta"
mode: 700
- dir: "{{ pma_root_dir }}/data"
tags: pma