Browse Source

Move shared roles submodule to common-roles.

master
Chris Smith 9 years ago
parent
commit
9a08f130f4
4 changed files with 5 additions and 5 deletions
  1. 3
    3
      .gitmodules
  2. 1
    1
      ansible.cfg
  3. 1
    0
      common-roles
  4. 0
    1
      roles

+ 3
- 3
.gitmodules View File

@@ -1,3 +1,3 @@
1
-[submodule "roles"]
2
-	path = roles
3
-	url = git@github.com:csmith/ansible-roles.git
1
+[submodule "common-roles"]
2
+	path = common-roles
3
+	url = https://github.com/DMDirc/ansible-roles.git

+ 1
- 1
ansible.cfg View File

@@ -1,3 +1,3 @@
1 1
 [defaults]
2
-roles_path = roles
2
+roles_path = common-roles
3 3
 nocows = 1

+ 1
- 0
common-roles

@@ -0,0 +1 @@
1
+Subproject commit 3cc8a8a9a95aea9048fb7c3625a13be56f44e406

+ 0
- 1
roles

@@ -1 +0,0 @@
1
-Subproject commit 65e4474ccbc666cf02fee49c2eb8e5727c986b29

Loading…
Cancel
Save