Просмотр исходного кода

Move shared roles submodule to common-roles.

master
Chris Smith 9 лет назад
Родитель
Сommit
9a08f130f4
4 измененных файлов: 5 добавлений и 5 удалений
  1. 3
    3
      .gitmodules
  2. 1
    1
      ansible.cfg
  3. 1
    0
      common-roles
  4. 0
    1
      roles

+ 3
- 3
.gitmodules Просмотреть файл

@@ -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 Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить