-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
32 lines (32 loc) · 1.09 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Git submodule definition file
#
# Reference:
#
# * Git - gitmodules Documentation
# https://git-scm.com/docs/gitmodules
#
# Copyright 2024 林博仁(Buo-ren Lin) <[email protected]>
# SPDX-License-Identifier: CC-BY-SA-4.0
[submodule "Ansible-lint Ansible 資源潛在問題檢查工具"]
path = Ansible-lint Ansible 資源潛在問題檢查工具
url = https://gitlab.com/libre-knowledge/ansible-lint.git
ignore = dirty
[submodule "The common Ansible project template"]
path = The common Ansible project template
url = https://gitlab.com/the-common/ansible-project-template.git
ignore = dirty
[submodule "Ansible"]
path = Ansible
url = https://github.com/ansible/ansible.git
fetchRecurseSubmodules = false
shallow = true
[submodule "Ansible community documentation"]
path = Ansible community documentation
url = https://github.com/ansible/ansible-documentation.git
ignore = dirty
fetchRecurseSubmodules = false
shallow = true
[submodule "The common Ansible role template"]
path = The common Ansible role template
url = https://gitlab.com/the-common/ansible-role-template.git
ignore = dirty