Fix bug.
This commit is contained in:
parent
e12bbcab2f
commit
245964b949
@ -240,15 +240,16 @@
|
||||
- name: Retrieve config repo
|
||||
ansible.builtin.git:
|
||||
repo: "ssh://git@git.scimetis.net:2222/yohan/config.git"
|
||||
dest: "{{ remote_workdir }}/config"
|
||||
dest: "{{ local_workdir }}/config"
|
||||
version: master
|
||||
accept_hostkey: true
|
||||
force: true
|
||||
changed_when: false
|
||||
tags: deploy_fetchmail
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Include fetchmail instances list from yml db
|
||||
ansible.builtin.include_vars: "{{ remote_workdir }}/config/docker-mail-stack/fetchmail_instances.yml"
|
||||
ansible.builtin.include_vars: "{{ local_workdir }}/config/docker-mail-stack/fetchmail_instances.yml"
|
||||
tags: deploy_fetchmail
|
||||
|
||||
- name: Include role_deploy_fetchmail
|
||||
|
Loading…
Reference in New Issue
Block a user