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
eb788dd8
Commit
eb788dd8
authored
Mar 31, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just move things around so that new_inventory doesn't interfere with testing
parent
57ed9947
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
v2/ansible/new_inventory/__init__.py
+2
-2
v2/ansible/plugins/inventory/aggregate.py
+0
-0
No files found.
v2/ansible/new_inventory/__init__.py
View file @
eb788dd8
...
@@ -23,8 +23,8 @@ __metaclass__ = type
...
@@ -23,8 +23,8 @@ __metaclass__ = type
from
ansible
import
constants
as
C
from
ansible
import
constants
as
C
from
ansible.inventory.group
import
Group
from
ansible.inventory.group
import
Group
from
ansible.inventory
.host
import
Host
from
.host
import
Host
from
ansible.inventory.aggregate
import
InventoryAggregateParser
from
ansible.
plugins.
inventory.aggregate
import
InventoryAggregateParser
class
Inventory
:
class
Inventory
:
'''
'''
...
...
v2/ansible/
new_
inventory/aggregate.py
→
v2/ansible/
plugins/
inventory/aggregate.py
View file @
eb788dd8
File moved
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