Update to 2022-08-31 18:00

This commit is contained in:
Daniel Berteaud
2022-08-31 18:00:16 +02:00
parent c10fd506f3
commit 71ef979f8c
10 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Create needed directories
file: path={{ item.dir }} state=directory
loop:
- dir: "{{ drbdtop_root_dir }}"
- dir: "{{ drbdtop_root_dir }}/bin"
- dir: "{{ drbdtop_root_dir }}/archives"
tags: drbd