Skip to content

Commit

Permalink
Fix syntax in matrix-bridge-hookshot/tasks/reset_encryption.yml
Browse files Browse the repository at this point in the history
Also, this task always does work and side-effects, so it should always report changes
(`changed_when: true`).
  • Loading branch information
spantaleev committed Dec 16, 2023
1 parent 6bdf7a9 commit 49932b8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

- name: Resetting Hookshot's crypto store
ansible.builtin.command:
cmd: |
Expand All @@ -9,5 +10,5 @@
--cap-drop=ALL
--mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
{{ matrix_hookshot_docker_image }}
yarn start:resetcrypto
changed_when: false
yarn start:resetcrypto
changed_when: true

0 comments on commit 49932b8

Please sign in to comment.