diff --git a/plugins/module_utils/vm.py b/plugins/module_utils/vm.py index 1a0f10f73..3af9a5b05 100644 --- a/plugins/module_utils/vm.py +++ b/plugins/module_utils/vm.py @@ -53,7 +53,7 @@ start="START", shutdown="SHUTDOWN", stop="STOP", - rebot="REBOOT", + reboot="REBOOT", reset="RESET", started="START", )