diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-03-24 10:18:14 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-03-24 16:09:45 +0100 |
commit | c99eb17850e51327449e6fac5572c6cfc436d21c (patch) | |
tree | 0773be49aed217cebe9e600c4acb0b7cc49921df /tests/inventory | |
parent | 13602abcc2f50d0ad5b3eff47e5719bfa8b77ecd (diff) | |
download | ansible-clever-c99eb17850e51327449e6fac5572c6cfc436d21c.tar.gz ansible-clever-c99eb17850e51327449e6fac5572c6cfc436d21c.tar.zst ansible-clever-c99eb17850e51327449e6fac5572c6cfc436d21c.zip |
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.
Diffstat (limited to 'tests/inventory')
-rw-r--r-- | tests/inventory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inventory b/tests/inventory index 878877b..49d4fe2 100644 --- a/tests/inventory +++ b/tests/inventory | |||
@@ -1,2 +1,2 @@ | |||
1 | localhost | 1 | localhost ansible_connection=local |
2 | 2 | ||