mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix integration tests to support remote hosts.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
needs/file/test/runner/requirements/constraints.txt
|
||||
2
test/integration/targets/setup_docker/meta/main.yml
Normal file
2
test/integration/targets/setup_docker/meta/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- setup_remote_constraints
|
||||
@@ -16,7 +16,7 @@
|
||||
pip:
|
||||
state: present
|
||||
name: 'docker{{ extra_packages }}'
|
||||
extra_args: "-c {{ role_path }}/../../../runner/requirements/constraints.txt"
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
# Detect docker CLI, API and docker-py versions
|
||||
- name: Check Docker CLI version
|
||||
|
||||
Reference in New Issue
Block a user