mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
@@ -15,7 +15,7 @@ short_description: Retrieves facts about docker network
|
||||
|
||||
description:
|
||||
- Retrieves facts about a docker network.
|
||||
- Essentially returns the output of C(docker network inspect <name>), similar to what M(docker_network)
|
||||
- Essentially returns the output of C(docker network inspect <name>), similar to what M(community.general.docker_network)
|
||||
returns for a non-absent network.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user