Inflexdb fixes host seperated
[ealt-edge.git] / ocd / infra / playbooks / roles / influxdb / tasks / install.yml
index bdffd3b..c0c856d 100644 (file)
 - name: "INSTALL: Install influxdata by helm charts"
   shell:
     cmd: helm repo add influxdata https://influxdata.github.io/helm-charts
+  ignore_errors: yes
+  no_log: True
 
 - name: "INSTALL: Deploye influxdata"
   shell:
     cmd: helm upgrade -i influxdb influxdata/influxdb --set image.tag=1.8.0
+  ignore_errors: yes
+  no_log: True