1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-10 05:55:13 +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:
Piotr Wojciechowski 2020-07-02 23:17:07 +02:00 committed by GitHub
parent 786f082976
commit 171bc087cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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