]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
vars: fix `clever_base_env` by removing a variable if not necessary 60/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Tue, 24 Mar 2020 09:18:14 +0000 (10:18 +0100)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Tue, 24 Mar 2020 15:09:45 +0000 (16:09 +0100)
commitc99eb17850e51327449e6fac5572c6cfc436d21c
tree0773be49aed217cebe9e600c4acb0b7cc49921df
parent13602abcc2f50d0ad5b3eff47e5719bfa8b77ecd
vars: fix `clever_base_env`  by removing a variable if not necessary

The `CC_RUN_COMMAND` variable was defined in case we use haskell
binary as entrypoints. However if the `clever_haskell_entry_point`
variable is not defined we shouldn't define the `CC_RUN_COMMAND` env variable.
.travis.yml
defaults/main.yml
templates/env.j2
tests/fake.sh [new file with mode: 0755]
tests/inventory
tests/test.yml
vars/main.yml