X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fhelm%2Ftasks%2Funinstall.yml;h=979df7e236b59dc4a6b236016d7e7fa57f853e23;hb=9f74e23876b3421fa578246e8b3836aeefd81816;hp=3e25035a43656b516a5a8f2c2fdd6a82441ee070;hpb=d4565738443ee3735d90fe4ae58aa3673bf2a77b;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml b/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml index 3e25035..979df7e 100644 --- a/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/helm/tasks/uninstall.yml @@ -22,7 +22,7 @@ command: rm -rf linux-amd64/helm when: result is succeeded and ansible_architecture == 'x86_64' -- name: Remove download file on x86_64 +- name: Remove download helm file on x86_64 command: rm ~/helm-v3.0.2-linux-amd64.tar.gz when: result is succeeded and ansible_architecture == 'x86_64' @@ -30,7 +30,7 @@ command: rm -rf linux-arm64/helm when: result is succeeded and ansible_architecture == 'aarch64' -- name: Remove download file on aarch64 +- name: Remove download helm file on aarch64 command: rm helm-v3.0.2-linux-arm64.tar.gz when: result is succeeded and ansible_architecture == 'aarch64'