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

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/85000/head
Abhijeet Kasurde 8 months ago committed by GitHub
parent 4868effc71
commit 500a4aba08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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