mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Improved documentation for returned actions.
This commit is contained in:
parent
cd7b34547d
commit
a6bfeea1c4
1 changed files with 28 additions and 2 deletions
|
@ -400,9 +400,35 @@ actions:
|
||||||
returned: always
|
returned: always
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
pulled_image:
|
||||||
|
description: Provides image details when a new image is pulled for the service.
|
||||||
|
returned: on image pull
|
||||||
|
type: complex
|
||||||
|
contains:
|
||||||
|
name:
|
||||||
|
description: name of the image
|
||||||
|
returned: always
|
||||||
|
type: string
|
||||||
|
id:
|
||||||
|
description: image hash
|
||||||
|
returned: always
|
||||||
|
type: string
|
||||||
|
built_image:
|
||||||
|
description: Provides image details when a new image is built for the service.
|
||||||
|
returned: on image build
|
||||||
|
type: complex
|
||||||
|
contains:
|
||||||
|
name:
|
||||||
|
description: name of the image
|
||||||
|
returned: always
|
||||||
|
type: string
|
||||||
|
id:
|
||||||
|
desription: image hash
|
||||||
|
returned: always
|
||||||
|
type: string
|
||||||
|
|
||||||
action:
|
action:
|
||||||
description: A descriptive name of the action to be performed on the set of containers
|
description: A descriptive name of the action to be performed on the service's containers.
|
||||||
within the service.
|
|
||||||
returned: always
|
returned: always
|
||||||
type: list
|
type: list
|
||||||
contains:
|
contains:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue