Remove option pipefail

This commit is contained in:
EL KOUHEN Mehdi 2019-12-31 10:01:23 +01:00 committed by GitHub
parent 4b7f0f1e51
commit f149d3b358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,7 @@
when: kubernetes_pod_network.cni == 'calico'
- name: "Get K8s version"
shell: |
set -o pipefail
kubectl version | base64 | tr -d '\n'
shell: kubectl version | base64 | tr -d '\n'
register: k8_version
when: kubernetes_pod_network.cni == 'weave'