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
25dc0ef8
Commit
25dc0ef8
authored
Oct 11, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove out of date tests.
parent
800f1261
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
test/playbook-included.yml
+0
-14
test/playbook-includer.yml
+0
-4
No files found.
test/playbook-included.yml
deleted
100644 → 0
View file @
800f1261
---
-
hosts
:
all
connection
:
local
gather_facts
:
no
tasks
:
-
action
:
debug msg="{{ variable }}"
-
hosts
:
all
connection
:
local
vars
:
-
ugly
:
var
gather_facts
:
no
tasks
:
-
action
:
debug msg="{{ variable }}"
test/playbook-includer.yml
deleted
100644 → 0
View file @
800f1261
---
-
include
:
playbook-included.yml variable=foobar
-
include
:
playbook-included.yml variable=foofoo
-
include
:
playbook-included.yml variable=foo
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