From 91f9d84930fd2f637f14577c9d9f5d52a720aad5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 12 Jan 2015 10:16:59 -0800 Subject: [PATCH] Revert "Try to provoke a python2.6 bug to prove we've fixed it" The test template output is compared against an expected output. Since hostvars contains information specific to the host it runs on we can't test the python2.6 bug this way. This reverts commit af4d6105a55a5628876cd77619ea1344a944632a. --- test/integration/roles/test_filters/templates/foo.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/roles/test_filters/templates/foo.j2 b/test/integration/roles/test_filters/templates/foo.j2 index 69f9ac9489..6d1dde20c2 100644 --- a/test/integration/roles/test_filters/templates/foo.j2 +++ b/test/integration/roles/test_filters/templates/foo.j2 @@ -17,9 +17,6 @@ Dumping the same structure to YAML, but don't pretty print {{ some_structure | to_yaml }} -Dumping hostvars to JSON (exercising a python-2.6 bug) -{{ hostvars | to_nice_json }} - From a recorded task, the changed, failed, success, and skipped filters are shortcuts to ask if those tasks produced changes, failed, succeeded, or skipped (as one might guess).