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
249fd2a7
Commit
249fd2a7
authored
May 03, 2015
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-adding submodules after moving things around
parent
ce3ef7f4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
6 deletions
+18
-6
.gitmodules
+12
-0
lib/ansible/__init__.py
+2
-6
lib/ansible/modules/core
+1
-0
lib/ansible/modules/extras
+1
-0
v1/ansible/modules/core
+1
-0
v1/ansible/modules/extras
+1
-0
No files found.
.gitmodules
View file @
249fd2a7
[submodule "lib/ansible/modules/core"]
path = lib/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core
[submodule "lib/ansible/modules/extras"]
path = lib/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras
[submodule "v1/ansible/modules/core"]
path = v1/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core
[submodule "v1/ansible/modules/extras"]
path = v1/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras
lib/ansible/__init__.py
View file @
249fd2a7
...
@@ -14,9 +14,5 @@
...
@@ -14,9 +14,5 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'2.0.0'
# Make coding more python3-ish
__author__
=
'Ansible, Inc.'
from
__future__
import
(
absolute_import
,
division
,
print_function
)
__metaclass__
=
type
__version__
=
'2.0'
core
@
0341ddd3
Subproject commit 0341ddd35ed5ff477ad5de2488d947255ce86259
extras
@
495ad450
Subproject commit 495ad450e53feb1cd26218dc68056cc34d1ea9ff
core
@
9028e9d4
Subproject commit 9028e9d4be8a3dbb96c81a799e18f3adf63d9fd0
extras
@
495ad450
Subproject commit 495ad450e53feb1cd26218dc68056cc34d1ea9ff
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