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
ac71caa0
Commit
ac71caa0
authored
Dec 10, 2014
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quote debug msgs and find one more wierd bug to test in v2
parent
65be0eef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
test/integration/roles/test_binary/tasks/main.yml
+6
-2
No files found.
test/integration/roles/test_binary/tasks/main.yml
View file @
ac71caa0
...
...
@@ -4,6 +4,10 @@
# Probably easier to see them all in a single block to know what we're testing.
# When we can start testing v2 we should test that all of these work.
# In v1: The following line will traceback if it's the first task in the role.
# Does not traceback if it's the second or third etc task.
-
debug
:
msg="{{ utf8_simple_accents|b64decode}}"
# Expected values of the written files
-
name
:
get checksums that we expect later files to have
copy
:
...
...
@@ -117,5 +121,5 @@
# These might give garbled output but none of them should traceback
-
debug
:
var=simple_accents
-
debug
:
msg=
{{ utf8_simple_accents|b64decode}}
-
debug
:
msg=
{{ latin1_simple_accents|b64decode}}
-
debug
:
msg=
"{{ utf8_simple_accents|b64decode}}"
-
debug
:
msg=
"{{ latin1_simple_accents|b64decode}}"
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