mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix syntax in matrix-bridge-hookshot/tasks/reset_encryption.yml
Also, this task always does work and side-effects, so it should always report changes (`changed_when: true`).
This commit is contained in:
parent
6bdf7a9dcb
commit
49932b8f3c
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Resetting Hookshot's crypto store
|
- name: Resetting Hookshot's crypto store
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: |
|
cmd: |
|
||||||
@ -9,5 +10,5 @@
|
|||||||
--cap-drop=ALL
|
--cap-drop=ALL
|
||||||
--mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
|
--mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
|
||||||
{{ matrix_hookshot_docker_image }}
|
{{ matrix_hookshot_docker_image }}
|
||||||
yarn start:resetcrypto
|
yarn start:resetcrypto
|
||||||
changed_when: false
|
changed_when: true
|
||||||
|
Loading…
Reference in New Issue
Block a user