diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2018-11-21 18:05:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-21 18:05:49 +0100 |
commit | b17a839d622bdb36ddbe2e0667559c33e9b7fd8a (patch) | |
tree | a7c688385a38d4e500a31599be64acf435f73c80 | |
parent | 695ceaa28821660e17a1cf819cffebe1b5d8c7ca (diff) | |
parent | 349bba8bd6651a9b1b2aba28e577d73d4e4c49e2 (diff) | |
download | ansible-clever-b17a839d622bdb36ddbe2e0667559c33e9b7fd8a.tar.gz ansible-clever-b17a839d622bdb36ddbe2e0667559c33e9b7fd8a.tar.zst ansible-clever-b17a839d622bdb36ddbe2e0667559c33e9b7fd8a.zip |
Merge pull request #20 from paulrbr-fl/update-clever-toolsv1.10
Fix: this is a 🤦♂️ PR fixing a bug introduced in v1.10
-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 10c02c4..cc15050 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml | |||
@@ -71,5 +71,6 @@ | |||
71 | when: clever_deploy is failed | 71 | when: clever_deploy is failed |
72 | 72 | ||
73 | - name: Fail on deployment errors | 73 | - name: Fail on deployment errors |
74 | fail: "The clever deployment failed! Please check logs above." | 74 | fail: |
75 | msg: "The clever deployment failed! Please check logs above." | ||
75 | when: clever_deploy is failed | 76 | when: clever_deploy is failed |