Make ansible-lint happy

This commit is contained in:
Slavi Pantaleev
2024-10-19 14:50:21 +03:00
parent 8f16524789
commit 7139431d46
4 changed files with 9 additions and 8 deletions

View File

@ -7,8 +7,8 @@
daemon_reload: true
register: matrix_authentication_service_mas_ensure_started_result
- when: matrix_authentication_service_mas_ensure_started_result.changed | bool
name: Wait a bit, so that Matrix Authentication Service can start
- name: Wait a bit, so that Matrix Authentication Service can start
when: matrix_authentication_service_mas_ensure_started_result.changed | bool
ansible.builtin.wait_for:
timeout: "{{ matrix_authentication_service_syn2mas_start_wait_time_seconds }}"
delegate_to: 127.0.0.1