diff --git a/roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml b/roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml index 92715e6b..9383b48b 100644 --- a/roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml +++ b/roles/matrix-jitsi/tasks/setup_jitsi_prosody.yml @@ -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 diff --git a/roles/matrix-postgres/tasks/setup_postgres.yml b/roles/matrix-postgres/tasks/setup_postgres.yml index 695876f6..c292c92e 100644 --- a/roles/matrix-postgres/tasks/setup_postgres.yml +++ b/roles/matrix-postgres/tasks/setup_postgres.yml @@ -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