소스 검색

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`).
HarHarLinks/hookshot-encryption
Slavi Pantaleev 2 년 전
부모
커밋
49932b8f3c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml

+ 3
- 2
roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml 파일 보기

@@ -1,4 +1,5 @@
---

- name: Resetting Hookshot's crypto store
ansible.builtin.command:
cmd: |
@@ -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

불러오는 중...
취소
저장