Merge pull request #4217 from offbyone/expand-ansible-detection
Add detection for projects that are ansible roles
This commit is contained in:
commit
59c5d4df05
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@
|
||||||
(def-project-mode! +ansible-yaml-mode
|
(def-project-mode! +ansible-yaml-mode
|
||||||
:modes '(yaml-mode)
|
:modes '(yaml-mode)
|
||||||
:add-hooks '(ansible ansible-auto-decrypt-encrypt ansible-doc-mode)
|
:add-hooks '(ansible ansible-auto-decrypt-encrypt ansible-doc-mode)
|
||||||
:files ("roles/"))
|
:files (or "roles/" "tasks/main.yml"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue