mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
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:
@ -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"))
|
||||
|
Reference in New Issue
Block a user