fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-18 15:26:34 +03:00
parent 2c0224566e
commit 236c4cf189
7 changed files with 18 additions and 18 deletions

View File

@@ -35,8 +35,8 @@
notify: "Sanity check"
ansible.builtin.apt:
pkg:
- docker-ce={{ du_docker_version_full }}
- docker-ce-cli={{ du_docker_version_full }}
- docker-ce={{ docker_ubuntu_version_full }}
- docker-ce-cli={{ docker_ubuntu_version_full }}
state: present
update_cache: true
@@ -48,7 +48,7 @@
- name: "Install Python tools for Docker"
ansible.builtin.pip:
name: [ docker ]
name: [docker]
break_system_packages: true
- name: "Configure Docker daemon"