Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/modules/vm_boot_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@
description: Identifier of the VirDomain this device is attached to
type: str
sample: 183c5d7c-1e2e-4871-84e8-9ef35bfda5ca
vm_rebooted:
description:
- Info if reboot of the VM was performed.
returned: success
type: bool
sample: true
"""

from ansible.module_utils.basic import AnsibleModule
Expand Down
6 changes: 6 additions & 0 deletions plugins/modules/vm_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@
description: True if the device is read-only
type: bool
sample: false
vm_rebooted:
description:
- Info if reboot of the VM was performed.
returned: success
type: bool
sample: true
"""


Expand Down
6 changes: 6 additions & 0 deletions plugins/modules/vm_nic.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@
type: list
elements: str
sample: 192.0.2.1
vm_rebooted:
description:
- Info if reboot of the VM was performed.
returned: success
type: bool
sample: true
"""

from ansible.module_utils.basic import AnsibleModule
Expand Down