filter_core integration test - remove Python 2.6 related dead code (#84985)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
(cherry picked from commit 500a4aba08)
pull/85043/head
Abhijeet Kasurde 8 months ago committed by Matt Martz
parent 85cb2baf1f
commit c21a817c47
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -63,12 +63,6 @@
- debug:
var: some_registered_var
- name: Verify that we workaround a py26 json bug
template:
src: py26json.j2
dest: "{{ output_dir }}/py26json.templated"
mode: 0644
- name: 9851 - Verify that we don't trigger https://github.com/ansible/ansible/issues/9851
copy:
content: " [{{ item | to_nice_json }}]"

@ -1,2 +0,0 @@
Provoke a python2.6 json bug
{{ hostvars[inventory_hostname] | to_nice_json }}
Loading…
Cancel
Save