Update to 2023-03-24 18:00

This commit is contained in:
Daniel Berteaud
2023-03-24 18:00:15 +01:00
parent a2db0ea9e7
commit b3bea91965
14 changed files with 338 additions and 249 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Create directories
file: path={{ item.path }} state=directory mode={{ item.mode | default(omit) }} owner={{ item.owner | default(omit) }} group={{ item.group | default(omit) }}
loop:
- path: /opt/wapt
mode: 755
- path: /opt/wapt/meta
mode: 700
- path: /opt/wapt/backup
mode: 700
tags: wapt