mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(ansible): check for metadata file
galaxy metadata file is now the main component of ansibe collections, this should help with #1139
This commit is contained in:
@ -32,4 +32,8 @@
|
|||||||
(def-project-mode! +ansible-yaml-mode
|
(def-project-mode! +ansible-yaml-mode
|
||||||
:modes '(yaml-mode)
|
:modes '(yaml-mode)
|
||||||
:add-hooks '(ansible-mode ansible-auto-decrypt-encrypt ansible-doc-mode)
|
:add-hooks '(ansible-mode ansible-auto-decrypt-encrypt ansible-doc-mode)
|
||||||
:files (or "roles/" "tasks/main.yml" "tasks/main.yaml"))
|
:files (or "roles/"
|
||||||
|
"tasks/main.yml"
|
||||||
|
"tasks/main.yaml"
|
||||||
|
"galaxy.yml"
|
||||||
|
"galaxy.yaml"))
|
||||||
|
Reference in New Issue
Block a user