From 712331d680fe941ada8b63c43dabd6e3ff68f301 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 14 Dec 2016 12:44:09 +0200 Subject: [PATCH] - Added Ansible modules since now the Apache role depends on the ca-store which needs the dhparams module. --- .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..2efdc7b --- /dev/null +++ b/library/shore @@ -0,0 +1 @@ +Subproject commit 2efdc7b0a7d963ca5f2d7887530776906b319486 -- GitLab