Add ansible-lint to CI (#1181)

* Improve Ansible code.

* Add some ansible-lint ignores.

* Add ansible-lint to CI.
This commit is contained in:
Felix Fontein
2025-10-25 11:07:40 +02:00
committed by GitHub
parent b24bce77b6
commit 95bdce75e6
35 changed files with 123 additions and 85 deletions
@@ -3,7 +3,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- hosts: "{{ target_hosts }}"
- hosts: "{{ target_hosts }}" # noqa: syntax-check[specific]
gather_facts: false
serial: 1
tasks: