Skip to content

Commit

Permalink
Fix Python deps setup in callback/inventory tests. (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#816)

(cherry picked from commit 6600f50)
  • Loading branch information
felixfontein committed Mar 14, 2024
1 parent c9df5fc commit c0c3021
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/connection_docker_api/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
import_role:
name: setup_docker

- name: Setup docker
- name: Setup docker Python deps
import_role:
name: setup_docker_sdk_for_python
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
import_role:
name: setup_docker

- name: Setup Docker Python deps
import_role:
name: setup_docker_sdk_for_python

- name: Start containers
docker_container:
name: "{{ item.name }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
include_role:
name: setup_docker

- name: Setup Docker Python deps
import_role:
name: setup_docker_sdk_for_python

# 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:
Expand Down

0 comments on commit c0c3021

Please sign in to comment.