diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-21 13:20:56 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-21 13:23:36 +0100 |
commit | 8fa0dde4720de58a268af5d0ce8818e7da236655 (patch) | |
tree | 7b4a32db2941b920142b40946f98a3dab2e2c144 /tasks/setup.yml | |
parent | 5485dbc4db3e141673457475bcda5fc88057739f (diff) | |
download | ansible-clever-8fa0dde4720de58a268af5d0ce8818e7da236655.tar.gz ansible-clever-8fa0dde4720de58a268af5d0ce8818e7da236655.tar.zst ansible-clever-8fa0dde4720de58a268af5d0ce8818e7da236655.zip |
deploy_task: Update clever CLI tools and use it instead of git push
Updating to latest version of 1.1.1 helps to have a stable `clever
deploy` command.
This commit relies on the output of the command instead of manually
pooling the results with `clever activity` command.
Diffstat (limited to 'tasks/setup.yml')
-rw-r--r-- | tasks/setup.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/setup.yml b/tasks/setup.yml index f85a635..33b1ff6 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml | |||
@@ -26,4 +26,3 @@ | |||
26 | with_items: | 26 | with_items: |
27 | - clever-set-domain.sh | 27 | - clever-set-domain.sh |
28 | - clever-set-drain.sh | 28 | - clever-set-drain.sh |
29 | - clever-wait-deploy.sh | ||