More ansible-lint fixes

This commit is contained in:
Slavi Pantaleev
2022-07-18 11:22:05 +03:00
parent 34cdaade08
commit ddf18eadc7
337 changed files with 1720 additions and 1720 deletions

View File

@@ -10,6 +10,6 @@
- {path: "{{ matrix_dendrite_config_dir_path }}", when: true}
- {path: "{{ matrix_dendrite_ext_path }}", when: true}
- {path: "{{ matrix_dendrite_nats_storage_path }}", when: true}
when: "matrix_dendrite_enabled|bool and item.when"
when: "matrix_dendrite_enabled | bool and item.when"
- import_tasks: "{{ role_path }}/tasks/dendrite/setup.yml"
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/dendrite/setup.yml"