From 4a9a682a2436cdf363d4488ee73406ebfcda2e23 Mon Sep 17 00:00:00 2001
From: Antoine Legrand <antoine.legrand@arkena.com>
Date: Thu, 8 Oct 2015 11:00:35 +0200
Subject: [PATCH] remove library as it is already included in k8s-common

---
 .gitmodules | 3 ---
 library     | 1 -
 2 files changed, 4 deletions(-)
 delete mode 160000 library

diff --git a/.gitmodules b/.gitmodules
index 6ddcbc6c8..4f1e3071e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "library"]
-	path = library
-	url = git@github.com:ansibl8s/k8s-ansible-module.git
 [submodule "roles/k8s-common"]
 	path = roles/k8s-common
 	url = git@github.com:ansibl8s/k8s-common.git
diff --git a/library b/library
deleted file mode 160000
index def3a4da4..000000000
--- a/library
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit def3a4da4fcfb76a2dd46eb9af678c716022d643
-- 
GitLab