From 636207fc1d829106a306b1016802c223678a734b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 1 Dec 2016 20:32:04 +0200 Subject: [PATCH] - Added Ansible modules Git submodule. --- .gitmodules | 3 +++ library/shore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 library/shore diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c8bc96e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "library/shore"] + path = library/shore + url = https://www.shore.co.il/git/ansible-modules diff --git a/library/shore b/library/shore new file mode 160000 index 0000000..a6cb971 --- /dev/null +++ b/library/shore @@ -0,0 +1 @@ +Subproject commit a6cb971db322ef5cc7d89f2327ec73d263e7877f -- GitLab