X86 env issue fixed
[ealt-edge.git] / ocd / infra / playbooks / roles / velero / tasks / main.yml
index d8f70ba..0fa04da 100644 (file)
@@ -20,3 +20,7 @@
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'