From: Paul Bonaud Date: Fri, 19 Jun 2020 14:20:43 +0000 (+0200) Subject: fix: make sure not to include unecessary ENV variable X-Git-Tag: v2.6~4^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=50411cbb2d091a3bca251e8cd1f599928141cb7b;hp=50411cbb2d091a3bca251e8cd1f599928141cb7b;p=github%2Ffretlink%2Fansible-clever.git fix: make sure not to include unecessary ENV variable This is a fix to an unfortunate bug introduced by #64 because we had a default value set to `None` on the `clever_haskell_entry_point`. Ansible considers `None` as a defined value so the `is defined` condition doesn't match our need ---