Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d83648bb
Commit
d83648bb
authored
Jan 12, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for python2.6 json bug to its own file
parent
91f9d849
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
test/integration/roles/test_filters/tasks/main.yml
+3
-0
test/integration/roles/test_filters/templates/py26json.j2
+2
-0
No files found.
test/integration/roles/test_filters/tasks/main.yml
View file @
d83648bb
...
...
@@ -22,6 +22,9 @@
-
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
:
fill in a basic template
template
:
src=foo.j2 dest={{output_dir}}/foo.templated mode=0644
register
:
template_result
...
...
test/integration/roles/test_filters/templates/py26json.j2
0 → 100644
View file @
d83648bb
Provoke a python2.6 json bug
{{ hostvars | to_nice_json }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment