This commit is contained in:
yohan 2024-10-20 21:04:58 +02:00
parent ccc3a01598
commit 791dcbc8ea

View File

@ -71,12 +71,18 @@
changed_when: duplicity_result.rc is defined and duplicity_result.rc == 0
when: not dovecot_restored_flag.stat.exists
- name: Create /usr/local/docker-mounted-files/docker-mail-stack directory
ansible.builtin.file:
path: "/usr/local/docker-mounted-files/docker-mail-stack"
state: directory
mode: '0755'
become: true
- name: Create /usr/local/docker-mounted-files/docker-mail-stack/certs directory
ansible.builtin.file:
path: "/usr/local/docker-mounted-files/docker-mail-stack/certs"
state: directory
mode: '0755'
recurse: yes
become: true
- name: Remove temp directory