소스 검색

fix var structure

Grega Bremec 7 달 전
부모
커밋
e35252ad32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/roles/remove-operators/tasks/main.yml

+ 1 - 1
playbooks/roles/remove-operators/tasks/main.yml

@@ -23,7 +23,7 @@
     kubeconfig: tmp/kubeconfig-ocp4
     validate_certs: no
     #api_version: "{{ item.apiv }}"
-    kind: "{{ item.kind }}"
+    kind: "{{ item }}"
     #delete_all: true
     #state: absent
   loop: "{{ role.pre_cleanup }}"