tweak(ansible): also match tasks/main.yaml
Although it's common to use the extension .yml rather than .yaml for yaml files in ansible projects, this is not required except in like 1 or 2 cases.
This commit is contained in:
parent
b67e83f88e
commit
9f3012c98f
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@
|
|||
(def-project-mode! +ansible-yaml-mode
|
||||
:modes '(yaml-mode)
|
||||
:add-hooks '(ansible ansible-auto-decrypt-encrypt ansible-doc-mode)
|
||||
:files (or "roles/" "tasks/main.yml"))
|
||||
:files (or "roles/" "tasks/main.yml" "tasks/main.yaml"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue