]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
Quote env vars to support multiline values 57/head
authorClement Delafargue <clement.delafargue@fretlink.com>
Mon, 25 Nov 2019 12:51:24 +0000 (13:51 +0100)
committerClement Delafargue <clement.delafargue@fretlink.com>
Wed, 27 Nov 2019 09:05:18 +0000 (10:05 +0100)
commit52ecb5c7e3665d915e48bc8362a92e7ebff06e37
tree1a32eba7412161d56cc88818e42300e202e4de40
parent2c2678f3be52d0e4cdba297649d3357e74f3fa82
Quote env vars to support multiline values

clever-tools now supports multiline env vars. It did so by supporting
quotes in the formats it reads from.
This commit quotes the exported values using the `tojson` filter.

Of course, a better solution would be for clever env to directly read
json value, but it's not there yet
templates/env.j2