mirror of https://github.com/ansible/ansible.git
docker_swarm inventory: fix tests, and make sure that they fail if no host is found (#54380)
* Fix tests, and make sure that they fail if no host is found. * Fix interpreter.pull/54401/head
parent
a93154c57f
commit
791176252b
@ -1,3 +1,3 @@
|
||||
---
|
||||
plugin: docker_swarm
|
||||
host: unix://var/run/docker.sock
|
||||
docker_host: unix://var/run/docker.sock
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
plugin: docker_swarm
|
||||
host: unix://var/run/docker.sock
|
||||
docker_host: unix://var/run/docker.sock
|
||||
verbose_output: no
|
||||
include_host_uri: yes
|
||||
|
Loading…
Reference in New Issue