mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 00:14:02 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -371,7 +371,7 @@ lxc_container:
|
|||
name:
|
||||
description: name of the lxc container
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: test_host
|
||||
init_pid:
|
||||
description: pid of the lxc init process
|
||||
|
@ -391,17 +391,17 @@ lxc_container:
|
|||
state:
|
||||
description: resulting state of the container
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "running"
|
||||
archive:
|
||||
description: resulting state of the container
|
||||
returned: success, when archive is true
|
||||
type: string
|
||||
type: str
|
||||
sample: "/tmp/test-container-config.tar"
|
||||
clone:
|
||||
description: if the container was cloned
|
||||
returned: success, when clone_name is specified
|
||||
type: boolean
|
||||
type: bool
|
||||
sample: True
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue