Skip to content

Commit a5729ac

Browse files
committed
Rename .yml files to .yaml
1 parent e3c962b commit a5729ac

File tree

17 files changed

+16
-16
lines changed

17 files changed

+16
-16
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88
# Include directories
99
!.github/
1010
!.github/workflows/
11-
!.github/workflows/*.yml
11+
!.github/workflows/*.yaml
1212
!.vscode/
1313
!.vscode/extensions.json
1414
!.vscode/settings.json
1515
!inventory/
16-
!inventory/localhost.yml
16+
!inventory/localhost.yaml
1717
!meta/
18-
!meta/runtime.yml
18+
!meta/runtime.yaml
1919
!playbooks/
20-
!playbooks/*.yml
20+
!playbooks/*.yaml
2121
!plugins/
2222
!plugins/modules/
2323
!plugins/modules/*.py
2424
!roles/
2525
!roles/**/
2626
!roles/**/*.md
27-
!roles/**/*.yml
27+
!roles/**/*.yaml
2828
!roles/**/templates/**/*.j2
2929

3030
# Include files
3131
!.ansible-lint
3232
!.editorconfig
3333
!.gitignore
34-
!.prettierrc.yml
34+
!.prettierrc.yaml
3535
!.yamllint
3636
!CHANGELOG.md
37-
!galaxy.yml
37+
!galaxy.yaml
3838
!LICENSE
3939
!pyproject.toml
4040
!README.md
File renamed without changes.

.vscode/settings.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
"files.associations": {
1010
".ansible-lint": "yaml",
11-
"**/.github/workflows/galaxy.yml": "yaml",
12-
"**/defaults/**/*.yml": "ansible",
13-
"**/handlers/**/*.yml": "ansible",
14-
"**/inventory/**/*.yml": "ansible",
15-
"**/meta/**/*.yml": "ansible",
16-
"**/tasks/**/*.yml": "ansible",
17-
"**/vars/**/*.yml": "ansible",
11+
"**/.github/workflows/galaxy.yaml": "yaml",
12+
"**/defaults/**/*.yaml": "ansible",
13+
"**/handlers/**/*.yaml": "ansible",
14+
"**/inventory/**/*.yaml": "ansible",
15+
"**/meta/**/*.yaml": "ansible",
16+
"**/tasks/**/*.yaml": "ansible",
17+
"**/vars/**/*.yaml": "ansible",
1818
"**/roles/*/templates/**/*.conf.j2": "jinja-properties",
19-
"galaxy.yml": "ansible",
20-
"site-*.yml": "ansible"
19+
"galaxy.yaml": "ansible",
20+
"site-*.yaml": "ansible"
2121
},
2222
"files.exclude": {
2323
"**/__pycache__/**": true,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)