]> git.immae.eu Git - github/fretlink/ansible-clever.git/commitdiff
fix(lint): ansible 4.1.0 compatibiliy 40/head
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 5 Mar 2019 10:54:33 +0000 (11:54 +0100)
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Tue, 5 Mar 2019 10:54:33 +0000 (11:54 +0100)
tasks/addon.yml

index cba597267d48df18e7970af87376421d6582e3f0..4bcfb5bb656fb0bd7c90b2624b7985602d97903f 100644 (file)
@@ -1,5 +1,6 @@
 - name: Gather addon information for {{ addon.name }}
   shell: >
+    set -o pipefail &&
     clever env | grep {{ addon.env_prefix }}
     | sed -e 's/{{ addon.env_prefix }}_//' -e 's/=/: \"/' -e 's/$/\"/'
     > {{ clever_app_confdir }}/{{ addon.name }}_env.yml