diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-21 17:59:14 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-01-14 11:25:33 +0100 |
commit | 2baf1a4a13c76331c069a04d7ad89377c4104ea5 (patch) | |
tree | 11a0548fbb60388eaaed88a3798a2bea4fee589f /tasks/deploy.yml | |
parent | c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e (diff) | |
download | ansible-clever-2baf1a4a13c76331c069a04d7ad89377c4104ea5.tar.gz ansible-clever-2baf1a4a13c76331c069a04d7ad89377c4104ea5.tar.zst ansible-clever-2baf1a4a13c76331c069a04d7ad89377c4104ea5.zip |
fix: Fail module takes one argument
Diffstat (limited to 'tasks/deploy.yml')
-rw-r--r-- | tasks/deploy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/deploy.yml b/tasks/deploy.yml index 09cf10e..0ed97f8 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml | |||
@@ -81,5 +81,6 @@ | |||
81 | - clever_deploy.stderr is defined | 81 | - clever_deploy.stderr is defined |
82 | 82 | ||
83 | - name: Fail on deployment errors | 83 | - name: Fail on deployment errors |
84 | fail: "The clever deployment failed! Please check logs above." | 84 | fail: |
85 | msg: "The clever deployment failed! Please check logs above." | ||
85 | when: clever_deploy is failed | 86 | when: clever_deploy is failed |