From 83682a8a8611e27a24197f34189db68121086e73 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 3 May 2017 19:35:06 +0200 Subject: [PATCH] Inserting the openshift-ansible git repo as a submodule of this repo --- .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..0393df6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "openshift-ansible"] + path = openshift-ansible + url = git@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