Skip to content

Commit

Permalink
Re-adding submodules after moving things around
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed May 4, 2015
1 parent ce3ef7f commit 249fd2a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[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
8 changes: 2 additions & 6 deletions lib/ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.0'
__version__ = '2.0.0'
__author__ = 'Ansible, Inc.'
1 change: 1 addition & 0 deletions lib/ansible/modules/core
Submodule core added at 0341dd
1 change: 1 addition & 0 deletions lib/ansible/modules/extras
Submodule extras added at 495ad4
1 change: 1 addition & 0 deletions v1/ansible/modules/core
Submodule core added at 9028e9
1 change: 1 addition & 0 deletions v1/ansible/modules/extras
Submodule extras added at 495ad4

0 comments on commit 249fd2a

Please sign in to comment.