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
  • Loading branch information
felixfontein authored Mar 13, 2024
1 parent 83d2d0e commit 6600f50
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 @@ -13,6 +13,6 @@
import_role:
name: setup_docker

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

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

- name: Start containers
docker_container:
name: "{{ item.name }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6600f50

Please sign in to comment.