Workaround a bug.

This commit is contained in:
yohan 2024-06-18 17:06:51 +02:00
parent 44a13a9343
commit 1988f74044
2 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,12 @@
become: true
when: not dovecot_installed_flag.stat.exists
- name: Remove config directory
ansible.builtin.file:
path: "{{ remote_workdir }}/config"
state: absent
when: not dovecot_installed_flag.stat.exists
- name: Retrieve config repo
ansible.builtin.git:
repo: "ssh://git@git.scimetis.net:2222/yohan/config.git"

View File

@ -17,6 +17,11 @@
SECRETS_ARCHIVE_PASSPHRASE: "{{ lookup('env', 'SECRETS_ARCHIVE_PASSPHRASE') }}"
become: true
- name: Remove config directory
ansible.builtin.file:
path: "{{ remote_workdir }}/config"
state: absent
- name: Retrieve config repo
ansible.builtin.git:
repo: "ssh://git@git.scimetis.net:2222/yohan/config.git"