mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 19:27:52 +02:00
Rename a bunch of playbook variables for better consistency
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
- name: Importing SQLite database into Postgres
|
||||
docker_container:
|
||||
name: matrix-synapse-migrate
|
||||
image: "{{ docker_matrix_image }}"
|
||||
image: "{{ matrix_docker_image_synapse }}"
|
||||
detach: no
|
||||
cleanup: yes
|
||||
entrypoint: /usr/bin/python
|
||||
@ -69,4 +69,4 @@
|
||||
- name: Ensure scratchpad directory is deleted
|
||||
file:
|
||||
path: "{{ matrix_scratchpad_dir }}"
|
||||
state: absent
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user