mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07: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:
parent
786f082976
commit
171bc087cf
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue