X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Fmain.yml;h=9619418ef04082e02e64fc73176c5788f1e21e15;hb=7d2bf0bf6892cb363e61156577e66d0e655a21e3;hp=00d0493e7566f42c06f3c4bf5e5190831cee187d;hpb=d4565738443ee3735d90fe4ae58aa3673bf2a77b;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/helm/tasks/main.yml b/ocd/infra/playbooks/roles/helm/tasks/main.yml index 00d0493..9619418 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/main.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/main.yml @@ -14,12 +14,10 @@ --- # tasks file for helm -- name: Helm install - debug: - msg: installing helm - - include: "install.yml" + static: false when: operation == 'install' - include: "uninstall.yml" + static: false when: operation == 'uninstall'