]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
login: force the `.clever.json` file to be created 38/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Tue, 26 Feb 2019 08:16:11 +0000 (09:16 +0100)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Tue, 26 Feb 2019 08:32:14 +0000 (09:32 +0100)
commit85d1a7838d032ec7dfe858fce5dca3f5535199e4
tree632d376a94202ba33016bc8313af354f422bc6f2
parent51b0de07287fc1e2e8f0d4dacfbb89f12a5ce6a9
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