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
1064550b
Commit
1064550b
authored
Jul 23, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing file.
parent
a21092d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
test/integration/bad_parsing.yml
+12
-0
test/integration/roles/test_command_shell/tasks/main.yml
+1
-2
No files found.
test/integration/bad_parsing.yml
0 → 100644
View file @
1064550b
-
hosts
:
testhost
# the following commands should all parse fine and execute fine
# and represent quoting scenarios that should be legit
gather_facts
:
False
roles
:
# this one has a lot of things that should fail, see makefile for operation w/ tags
-
{
role
:
test_bad_parsing
}
test/integration/roles/test_command_shell/tasks/main.yml
View file @
1064550b
...
...
@@ -167,4 +167,4 @@
-
name
:
assert that the file was removed by the shell
assert
:
that
:
-
"
shell_result4.changed
==
False"
\ No newline at end of file
-
"
shell_result4.changed
==
False"
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