mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add ansible-lint to CI (#1181)
* Improve Ansible code. * Add some ansible-lint ignores. * Add ansible-lint to CI.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user