Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek committed Nov 21, 2019
1 parent 39c5b7b commit 93e6f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/targets/template/runme.sh
Expand Up @@ -21,4 +21,4 @@ ansible-playbook corner_cases.yml -v "$@"
ansible-playbook filter_plugins.yml -v "$@"

# lazy eval
DEFAULT_JINJA2_EXPR_LAZY_EVAL=1 ansible-playbook lazy_eval.yml -i ../../inventory -v "$@"
ANSIBLE_JINJA2_EXPR_LAZY_EVAL=1 ansible-playbook lazy_eval.yml -i ../../inventory -v "$@"

0 comments on commit 93e6f5b

Please sign in to comment.