diff --git a/examples/vm_operations.yml b/examples/vm_operations.yml index 7c474373..50a977ba 100644 --- a/examples/vm_operations.yml +++ b/examples/vm_operations.yml @@ -20,9 +20,8 @@ - name: hard power off the vm ntnx_vms: - state: present + state: hard_poweroff vm_uuid: "{{ vm_uuid }}" - operation: hard_poweroff register: result ignore_errors: true