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
@@ -30,7 +30,7 @@
gpgkey: https://download.docker.com/linux/centos/gpg
- name: Update cache
ansible.builtin.command: yum -y makecache fast
ansible.builtin.command: yum -y makecache fast # noqa: command-instead-of-module
- name: Install docker
ansible.builtin.dnf: