Parcourir la source

Merge pull request #9825 from cwilkers/patch-2

Fix loop item
OpenShift Merge Robot il y a 6 ans
Parent
commit
b4443ae1bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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