Fix tasks include regression
This commit is contained in:
parent
d073c7ecb3
commit
bb8b8c4bf0
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
- name: Ensure authentication is properly configured
|
- name: Ensure authentication is properly configured
|
||||||
ansible.builtin.include_tasks:
|
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:
|
when:
|
||||||
- matrix_jitsi_enabled | bool
|
- matrix_jitsi_enabled | bool
|
||||||
- matrix_jitsi_enable_auth | bool
|
- matrix_jitsi_enable_auth | bool
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
when: "matrix_postgres_enabled | bool and matrix_postgres_systemd_service_result.changed"
|
when: "matrix_postgres_enabled | bool and matrix_postgres_systemd_service_result.changed"
|
||||||
|
|
||||||
- ansible.builtin.include_tasks:
|
- 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:
|
apply:
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
Loading…
Reference in a new issue