From d7f67ea62b99a471cc45b2593a6bfe5e317dbb27 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 12 Jan 2015 13:57:01 -0800 Subject: [PATCH] Doh! We needed this template. --- test/integration/roles/test_filters/templates/py25json.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/integration/roles/test_filters/templates/py25json.j2 diff --git a/test/integration/roles/test_filters/templates/py25json.j2 b/test/integration/roles/test_filters/templates/py25json.j2 new file mode 100644 index 0000000000..b87d3c8090 --- /dev/null +++ b/test/integration/roles/test_filters/templates/py25json.j2 @@ -0,0 +1,2 @@ +Provoke a python2.6 json bug +{{ hostvars | to_nice_json }}