Explorar el Código

Fix loop item

Chandler Wilkerson hace 6 años
padre
commit
3ffe009fee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      playbooks/ovirt/openshift-cluster/ovirt-vm-uninstall.yml

+ 1 - 1
playbooks/ovirt/openshift-cluster/ovirt-vm-uninstall.yml

@@ -26,7 +26,7 @@
         state: absent
         name: "{{ item.name }}"
       with_items:
-        - "{{ ovirt_vm_infra_vms }}"
+        - "{{ vms }}"
 
   post_tasks:
     - name: Logout from oVirt