From 6b3b66555473d4a0d9cd8c5ff4004fd18b55058c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 3 May 2017 11:54:27 +0200 Subject: [PATCH] adding openshift-ansible as a git submodule --- .gitmodules | 4 ++++ openshift-ansible | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 openshift-ansible diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..50832f0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "openshift-ansible"] + path = openshift-ansible + url = https://github.com/openshift/openshift-ansible.git + branch = release-1.5 diff --git a/openshift-ansible b/openshift-ansible new file mode 160000 index 0000000..e9f5547 --- /dev/null +++ b/openshift-ansible @@ -0,0 +1 @@ +Subproject commit e9f5547932fb799009a60c54897d263471b26d87