Fix tasks include regression

This commit is contained in:
Slavi Pantaleev 2022-07-18 13:03:13 +03:00
parent d073c7ecb3
commit bb8b8c4bf0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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