소스 검색

remove all instances of csv

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

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

@@ -61,7 +61,8 @@
     api_version: operators.coreos.com/v1alpha1
     kind: clusterserviceversion
     name: "{{ role.csv_name }}"
+    delete_all: true
     state: absent
   ignore_errors: yes
-  when: "{{ csv_kill }}"
+  when: csv_kill
 ...