|
|
|
@@ -1,13 +1,5 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
# If the matrix-synapse role is not used, `matrix_synapse_role_executed` won't exist. |
|
|
|
# We don't want to fail in such cases. |
|
|
|
- name: Fail if matrix-synapse role already executed |
|
|
|
ansible.builtin.fail: |
|
|
|
msg: >- |
|
|
|
The matrix-bridge-matrix-appservice-kakaotalk role needs to execute before the matrix-synapse role. |
|
|
|
when: "matrix_synapse_role_executed | default(False)" |
|
|
|
|
|
|
|
- name: Ensure matrix-appservice-kakaotalk image is pulled |
|
|
|
community.docker.docker_image: |
|
|
|
name: "{{ matrix_appservice_kakaotalk_docker_image }}" |
|
|
|
|