Fix all 300+ ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev
2023-03-07 17:28:10 +02:00
parent bf95204860
commit dddfee16bc
98 changed files with 942 additions and 895 deletions

View File

@ -62,8 +62,8 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
- when: matrix_coturn_docker_network not in ['', 'host']
name: Ensure Coturn network is created in Docker
- name: Ensure Coturn network is created in Docker
when: matrix_coturn_docker_network not in ['', 'host']
community.docker.docker_network:
name: "{{ matrix_coturn_docker_network }}"
driver: bridge