Added centOS commands
[ealt-edge.git] / ocd / infra / playbooks / roles / docker / tasks / main.yml
index 39f13a2..b8f4286 100644 (file)
 
 ---
 # tasks file for docker
-- name: Helm install
-  debug:
-    msg: installing helm
-
 - include: "install.yml"
+  static: false
   when: operation == 'install'
 
 - include: "uninstall.yml"
+  static: false
   when: operation == 'uninstall'