summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/undefined
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2021-10-20 19:22:29 +0200
committerGitHub <noreply@github.com>2021-10-20 19:22:29 +0200
commit7621784b947adb497a24725259318506a102d1a4 (patch)
tree5194910123e52b4f36e90a0d5d8a00decab0a31d /test/integration/targets/undefined
parentDocs: fix link to 2.12 changelog (#76091) (diff)
downloadansible-7621784b947adb497a24725259318506a102d1a4.tar.xz
ansible-7621784b947adb497a24725259318506a102d1a4.zip
Require Jinja2 3.0.0 (#75881)
* Require Jinja2 3.0.0 ci_complete * Fix sanity * Remove Jinja min/max tests * ansible-test changes * ci_complete * More cleanup ci_complete * Revert _count_newlines_from_end :( and other stuff * Fix sanity * It's using host_vars ... * Unused import * Remove overridden groupby filter * environmentfilter -> pass_environment * Explain preserve_trailing_newlines * Add changelog * ci_complete * Deprecated ANSIBLE_JINJA2_NATIVE_WARNING * native_helpers.py cleanup * More cleanup in the find intgration test
Diffstat (limited to 'test/integration/targets/undefined')
-rw-r--r--test/integration/targets/undefined/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/targets/undefined/tasks/main.yml b/test/integration/targets/undefined/tasks/main.yml
index bbd8284585..e50841ef80 100644
--- a/test/integration/targets/undefined/tasks/main.yml
+++ b/test/integration/targets/undefined/tasks/main.yml
@@ -1,5 +1,4 @@
-- when: lookup('pipe', ansible_playbook_python ~ ' -c "import jinja2; print(jinja2.__version__)"') is version('2.7', '>=')
- block:
+- block:
- set_fact:
names: '{{ things|map(attribute="name") }}'
vars: