Skip to content

Commit

Permalink
Ensure native jinja is off for non-native tests (ansible#71914)
Browse files Browse the repository at this point in the history
Even if native jinja is off by default now it is better to be
explicit and it will be prepared in case we changed that default.
  • Loading branch information
mkrizek committed Sep 24, 2020
1 parent 9a39452 commit 90134b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/targets/set_fact/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi
ansible-playbook -i inventory --flush-cache "$@" set_fact_no_cache.yml

# Test boolean conversions in set_fact
ansible-playbook -v set_fact_bool_conv.yml
ANSIBLE_JINJA2_NATIVE=0 ansible-playbook -v set_fact_bool_conv.yml
ANSIBLE_JINJA2_NATIVE=1 ansible-playbook -v set_fact_bool_conv_jinja2_native.yml
2 changes: 1 addition & 1 deletion test/integration/targets/templating_lookups/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ansible-playbook template_lookup_vaulted/playbook.yml --vault-password-file temp
ansible-playbook template_deepcopy/playbook.yml -i template_deepcopy/hosts "$@"

# https://github.com/ansible/ansible/issues/66943
ansible-playbook template_lookup_safe_eval_unicode/playbook.yml "$@"
ANSIBLE_JINJA2_NATIVE=0 ansible-playbook template_lookup_safe_eval_unicode/playbook.yml "$@"

0 comments on commit 90134b0

Please sign in to comment.