mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-22 13:02:49 +03:00
draft encryption support for hookshot
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
- when: matrix_hookshot_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
||||
|
||||
- tags:
|
||||
- reset-hookshot-encryption
|
||||
block:
|
||||
- when: matrix_hookshot_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/reset_encryption.yml"
|
||||
|
||||
- tags:
|
||||
- setup-all
|
||||
- setup-hookshot
|
||||
|
||||
Reference in New Issue
Block a user