]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
fix: addon environment variables fetch for clever >= 1.5.0 56/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Fri, 11 Oct 2019 15:44:42 +0000 (17:44 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Fri, 11 Oct 2019 16:05:24 +0000 (18:05 +0200)
commit424481c071a7928bde723b7643788f284d3e6689
tree4695112c86c7d3ba9630cf5371c2134e31c09c09
parent78c6d0494b38f752ffd5ce6faf7bf00b0b2a11c9
fix: addon environment variables fetch for clever >= 1.5.0

It seems the output of `clever env` has changed and now env values are
surrounded by quotes with the latest 1.5.0 clever tools version.

We used to add quotes ourselves because they were missing in the
output. So this commit is adapting its parsing depending of the clever
tools' version.
tasks/addon.yml