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 | |
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.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | v2/ansible/modules/core | 0 | ||||
m--------- | v2/ansible/modules/extras | 0 |
3 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 diff --git a/v2/ansible/modules/core b/v2/ansible/modules/core new file mode 160000 +Subproject cb69744bcee4b4217d83b4a30006635ba69e2aa diff --git a/v2/ansible/modules/extras b/v2/ansible/modules/extras new file mode 160000 +Subproject 8a4f07eecd2bb877f51b7b04b5352efa6076cce |