mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 18:01:26 -07:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
parent
e3d36a3408
commit
097aebadb0
126 changed files with 155 additions and 198 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue