mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix Python deps setup in callback/inventory tests. (#816)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
include_role:
|
||||
name: setup_docker
|
||||
|
||||
- name: Setup Docker Python deps
|
||||
import_role:
|
||||
name: setup_docker_python_deps
|
||||
|
||||
# There seems to be no better way to install docker-machine. At least I couldn't find any packages for RHEL7/8.
|
||||
- name: Download docker-machine binary
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user