diff options
author | Michael DeHaan <michael@ansible.com> | 2014-10-06 21:31:11 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-10-06 22:29:18 +0200 |
commit | 1556b0384fa28b6e754eccefc8a365e9a3f8f949 (patch) | |
tree | 6e59f0d994eccc95ef6b584ea42f3408d9dd7713 /.gitmodules | |
parent | WIP on data structure processing patterns. (diff) | |
download | ansible-1556b0384fa28b6e754eccefc8a365e9a3f8f949.tar.xz ansible-1556b0384fa28b6e754eccefc8a365e9a3f8f949.zip |
Add submodule references since v2 development will need them, the tree obviously does
not need two copies.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 92c3072a28..f33b632fb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "lib/ansible/modules/extras"] path = lib/ansible/modules/extras url = git://github.com/ansible/ansible-modules-extras.git +[submodule "v2/ansible/modules/core"] + path = v2/ansible/modules/core + url = https://github.com/ansible/ansible-modules-core.git +[submodule "v2/ansible/modules/extras"] + path = v2/ansible/modules/extras + url = https://github.com/ansible/ansible-modules-extras.git |