]> git.immae.eu Git - github/fretlink/ansible-clever.git/commitdiff
Merge pull request #44 from gaetanfl/fix_shell_pipefail v1.22
authorGaëtan <36162164+gaetanfl@users.noreply.github.com>
Tue, 11 Jun 2019 15:51:19 +0000 (17:51 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 15:51:19 +0000 (17:51 +0200)
use bash with -o pipefail

tasks/addon.yml

index 4bcfb5bb656fb0bd7c90b2624b7985602d97903f..cd1f9775965c76b334bf4d79779536616d22ea97 100644 (file)
@@ -6,6 +6,7 @@
     > {{ clever_app_confdir }}/{{ addon.name }}_env.yml
   args:
     chdir: "{{ clever_app_root }}"
+    executable: "bash"
   environment:
     CONFIGURATION_FILE: "{{ clever_login_file }}"
   changed_when: False