Added pre installation and unindtallation
[ealt-edge.git] / ocd / infra / playbooks / roles / cAdvisor / tasks / uninstall.yml
index 8a01e80..53a7e62 100644 (file)
   shell:
     cmd: helm status cadvisor
   register: result
-  ignore_errors: 'True'
+  failed_when: false
+  no_log: True
+
+- debug:
+    msg: cAdvisor is not present
+  when: result.rc == 2
+
+- meta: end_play
+  when: result.rc == 2
 
 - name: "If cAdvisor present, then list helm ls"
   command: helm ls