mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Try to fix docker tests (#764)
* Try to limit docker package version if API version is < 1.39. * Fix error. * Re-combine to one command.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: remove pip packages
|
||||
pip:
|
||||
state: present
|
||||
name: "{{ docker_pip_packages | union(docker_pip_extra_packages) }}"
|
||||
name: "{{ [docker_pip_package] | union(docker_pip_extra_packages) }}"
|
||||
listen: cleanup docker
|
||||
when: not docker_skip_cleanup | bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user