From 85d1a7838d032ec7dfe858fce5dca3f5535199e4 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Tue, 26 Feb 2019 09:16:11 +0100 Subject: login: force the `.clever.json` file to be created In case a project already has a `.clever.json` file (for debugging purpose to communicate with dev environment for instance) this step was never done because of the `creates:`. Removing it forces the role to always create a new clever.json file. --- tasks/login.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/login.yml') diff --git a/tasks/login.yml b/tasks/login.yml index 86ba714..383be3a 100644 --- a/tasks/login.yml +++ b/tasks/login.yml @@ -13,6 +13,6 @@ command: clever link {{ clever_app }} args: chdir: "{{ clever_app_root }}" - creates: "{{ clever_app_root }}/.clever.json" + changed_when: true environment: CONFIGURATION_FILE: "{{ clever_login_file }}" -- cgit v1.2.3