diff --git a/plugins/modules/vm_boot_devices.py b/plugins/modules/vm_boot_devices.py index f8f467f6b..3e43efc58 100644 --- a/plugins/modules/vm_boot_devices.py +++ b/plugins/modules/vm_boot_devices.py @@ -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 diff --git a/plugins/modules/vm_disk.py b/plugins/modules/vm_disk.py index 6776b9f35..76eed2c04 100644 --- a/plugins/modules/vm_disk.py +++ b/plugins/modules/vm_disk.py @@ -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 """ diff --git a/plugins/modules/vm_nic.py b/plugins/modules/vm_nic.py index 40765c7ed..568c0e815 100644 --- a/plugins/modules/vm_nic.py +++ b/plugins/modules/vm_nic.py @@ -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