ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

:lady_beetle: Bug: vm_boot_devices likely does not correctly reboot VM #292

Open justinc1 opened 6 months ago

justinc1 commented 6 months ago

Describe the bug

Text from #287

# plugins/modules/vm_boot_devices.py
    if vm:
        # TODO BUG, this does not work - copy of `vm` is used in say ensure_present
        vm.vm_power_up(module, rest_client)

Check the comment, extend test, fix bug.