mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-19 19:52:55 +03:00
Fix some ansible-lint-reported warnings
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
- ansible.builtin.debug:
|
||||
msg: ""
|
||||
with_items: "{{ matrix_playbook_runtime_results }}"
|
||||
when: "matrix_playbook_runtime_results is defined and matrix_playbook_runtime_results|length > 0"
|
||||
when: "matrix_playbook_runtime_results is defined and matrix_playbook_runtime_results | length > 0"
|
||||
|
||||
Reference in New Issue
Block a user