mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Fix tasks include regression
This commit is contained in:
parent
d073c7ecb3
commit
bb8b8c4bf0
@ -53,7 +53,7 @@
|
||||
|
||||
- name: Ensure authentication is properly configured
|
||||
ansible.builtin.include_tasks:
|
||||
ansible.builtin.file: "{{ role_path }}/tasks/util/setup_jitsi_auth.yml"
|
||||
file: "{{ role_path }}/tasks/util/setup_jitsi_auth.yml"
|
||||
when:
|
||||
- matrix_jitsi_enabled | bool
|
||||
- matrix_jitsi_enable_auth | bool
|
||||
|
@ -132,7 +132,7 @@
|
||||
when: "matrix_postgres_enabled | bool and matrix_postgres_systemd_service_result.changed"
|
||||
|
||||
- ansible.builtin.include_tasks:
|
||||
ansible.builtin.file: "{{ role_path }}/tasks/util/create_additional_databases.yml"
|
||||
file: "{{ role_path }}/tasks/util/create_additional_databases.yml"
|
||||
apply:
|
||||
tags:
|
||||
- always
|
||||
|
Loading…
Reference in New Issue
Block a user