update info of infra/README.md
[ealt-edge.git] / ocd / infra / playbooks / roles / influxdb / tasks / install.yml
index bdffd3b..3b0d938 100644 (file)
 
 ---
 
-- name: "INSTALL: Install influxdata by helm charts"
+- name: "INSTALL: Installing influxdata"
   shell:
     cmd: helm repo add influxdata https://influxdata.github.io/helm-charts
+  ignore_errors: yes
+  no_log: True
 
-- name: "INSTALL: Deploye influxdata"
+- name: "INSTALL: Install infuxdb"
   shell:
     cmd: helm upgrade -i influxdb influxdata/influxdb --set image.tag=1.8.0
+  ignore_errors: yes
+  no_log: True