X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Fmain.yml;h=9619418ef04082e02e64fc73176c5788f1e21e15;hb=refs%2Fchanges%2F04%2F3504%2F6;hp=79832a14b7d3b3ed5977512ce1cc14bb453f51aa;hpb=97c655ebd49ec7ff289af583750056576c6e338e;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 79832a1..9619418 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/main.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/main.yml @@ -15,7 +15,9 @@ # tasks file for helm - include: "install.yml" + static: false when: operation == 'install' - include: "uninstall.yml" + static: false when: operation == 'uninstall'