From c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Wed, 21 Nov 2018 13:20:56 +0100 Subject: 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. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaults/main.yml') diff --git a/defaults/main.yml b/defaults/main.yml index b1605c6..3e030cb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- # defaults file for clever -clever_cli_version: 0.9.3 +clever_cli_version: 1.3.0 clever_user_path: .local/bin clever_app_root: "{{ app_root | default(playbook_dir + '/..') }}" clever_app_confdir: "{{ clever_app_root }}/.clever_cloud" -- cgit v1.2.3