Remove ip log and changed permission issue
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_helm-repo / tasks / uninstall.yml
index 04ab2a9..65ea65e 100644 (file)
@@ -24,3 +24,8 @@
   command: docker rm helm-repo
   ignore_errors: yes
   no_log: True
+
+- name: Remove tmp folder
+  command: rm -rf /tmp/eg_helm-repo
+  ignore_errors: yes
+  no_log: True