瀏覽代碼

Fix loop item

Chandler Wilkerson 6 年之前
父節點
當前提交
3ffe009fee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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