Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
- name: Copy the signing key
|
||||
ansible.builtin.copy:
|
||||
content: "{{ vault_synapse.signing_key }}"
|
||||
content: "{{ synapse_signing_key | mandatory }}"
|
||||
dest: "{{ (synapse_config_path, 'msrg.cc.signing.key') | path_join }}"
|
||||
mode: "0644"
|
||||
notify: Restart service {{ role_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue