From e47aeade08fb30c9cd6a1dd730edd4e49d93576b Mon Sep 17 00:00:00 2001 From: Gevorg-Khachatryaan Date: Tue, 17 Oct 2023 16:03:57 +0400 Subject: [PATCH] example fix --- examples/vm_operations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/vm_operations.yml b/examples/vm_operations.yml index 7c4743734..50a977bae 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