Commit 249fd2a7 by James Cammarata

Re-adding submodules after moving things around

parent ce3ef7f4
[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
...@@ -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'
Subproject commit 0341ddd35ed5ff477ad5de2488d947255ce86259
Subproject commit 495ad450e53feb1cd26218dc68056cc34d1ea9ff
Subproject commit 9028e9d4be8a3dbb96c81a799e18f3adf63d9fd0
Subproject commit 495ad450e53feb1cd26218dc68056cc34d1ea9ff
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment