mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Fix docker_api connection: do not initialize client too early (#63)
* Fix docker_api connection: do not initialize client too early * Make sure connection plugin tests are also run with Ansible 2.9 and 2.10.
This commit is contained in:
@@ -190,6 +190,7 @@ stages:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
- stage: Remote_2_9
|
||||
displayName: Remote 2.9
|
||||
dependsOn: []
|
||||
@@ -204,6 +205,7 @@ stages:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
|
||||
## Finally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user