mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Change Docker Stack modules to use common CLI module framework. (#745)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
assert:
|
||||
that:
|
||||
- 'output is failed'
|
||||
- '"Error running docker stack" in output.msg'
|
||||
- '"Error response from daemon: This node is not a swarm manager" in output.msg'
|
||||
|
||||
- name: Create a swarm cluster
|
||||
docker_swarm:
|
||||
|
||||
Reference in New Issue
Block a user