Fix ansible ftdetect

This commit is contained in:
Adam Stankiewicz
2020-08-25 14:28:44 +02:00
parent 080b8cdc60
commit 94ababe91f
3 changed files with 8 additions and 6 deletions

View File

@@ -1276,11 +1276,11 @@ filetypes:
- "main.y{a,}ml"
- "local.y{a,}ml"
- "requirements.y{a,}ml"
- 'tasks.*.y{a,}ml'
- 'roles.*.y{a,}ml'
- 'handlers.*.y{a,}ml'
- 'group_vars/*'
- 'host_vars/*'
- 'tasks.*.ya?ml'
- 'roles.*.ya?ml'
- 'handlers.*.ya?ml'
# Helm needs to be after YAML
---
name: helm