X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2FcAdvisor%2Ftasks%2Finstall.yml;h=f46bcd1722ee086101b6af070f4363bd2da3af0c;hb=9f74e23876b3421fa578246e8b3836aeefd81816;hp=73a8b90ecf6eb595d05a78cd9e01f84dbd5c0198;hpb=246be669d7a8109bfc7ce3d7101268a248854be4;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/cAdvisor/tasks/install.yml b/ocd/infra/playbooks/roles/cAdvisor/tasks/install.yml index 73a8b90..f46bcd1 100644 --- a/ocd/infra/playbooks/roles/cAdvisor/tasks/install.yml +++ b/ocd/infra/playbooks/roles/cAdvisor/tasks/install.yml @@ -19,11 +19,11 @@ register: result ignore_errors: 'True' -- name: "This is for Add repo helm " +- name: "Add helm repo" command: helm repo add code-chris https://code-chris.github.io/helm-charts when: result is failed -- name: "This is for Update helm repo" +- name: "Update helm repo" command: helm repo update when: result is failed @@ -33,7 +33,7 @@ dest: /tmp/cAdvisor/ when: result is failed -- name: "Command for install cAdvisor" +- name: "Installing cAdvisor" # yamllint disable rule:line-length command: helm install cadvisor code-chris/cadvisor -f /tmp/cAdvisor/values.yaml # yamllint disable rule:line-length