Fix linting errors
This commit is contained in:
parent
eea6d7eebe
commit
ef4a9ca76f
@ -1,21 +1,21 @@
|
|||||||
---
|
---
|
||||||
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||||
when: "run_setup|bool and matrix_mautrix_wsproxy_enabled|bool"
|
when: "run_setup|bool and matrix_mautrix_wsproxy_enabled|bool"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-wsproxy
|
- setup-mautrix-wsproxy
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_mautrix_wsproxy_enabled"
|
when: "run_setup and matrix_mautrix_wsproxy_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-wsproxy
|
- setup-mautrix-wsproxy
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_mautrix_wsproxy_enabled"
|
when: "run_setup and not matrix_mautrix_wsproxy_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user