mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Fix documentation mistakes for docker_swarm_info and docker_swarm_service (#608)
* Fix typo in documentation section * Fix typo in documentation section Co-authored-by: WojciechowskiPiotr <devel@it-playground.pl>
This commit is contained in:
committed by
Felix Fontein
parent
1c45fe0170
commit
182107a61a
@@ -116,7 +116,7 @@ EXAMPLES = '''
|
||||
- name: Get info on Docker Swarm and filtered list of registered nodes
|
||||
docker_swarm_info:
|
||||
nodes: yes
|
||||
nodes_filter:
|
||||
nodes_filters:
|
||||
name: mynode
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user