mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 02:11: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 container
|
|||
|
||||
description:
|
||||
- Retrieves facts about a docker container.
|
||||
- Essentially returns the output of C(docker inspect <name>), similar to what M(docker_container)
|
||||
- Essentially returns the output of C(docker inspect <name>), similar to what M(community.general.docker_container)
|
||||
returns for a non-absent container.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue