It was not a bug.

This commit is contained in:
yohan 2024-06-18 17:31:08 +02:00
parent 1988f74044
commit 1ff3f12c0b
2 changed files with 0 additions and 11 deletions

View File

@ -60,12 +60,6 @@
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,11 +17,6 @@
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"