mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix integration tests to support remote hosts.
This commit is contained in:
@@ -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