progmaticltd / homebox

A set of ansible scripts to build a personal mail server / private cloud / etc.
https://homebox.space/
GNU General Public License v3.0
476 stars 52 forks source link

Fix the determination of the ipv6_used fact #254

Closed fredericmoulins closed 5 years ago

fredericmoulins commented 5 years ago

Fix for the commit 759e673 merged with #252.

The jinja expression needs to be enclosed in braces ({{…}}) to be evaluated.

Remove the multiline operator as it returned a quoted string instead of getting the boolean value, and the enclosed jinja expression can be split on several lines.

arodier commented 5 years ago

Thanks