tools/ansible: don't init submodules
emacs-ansible pulls in ansible; which takes a long time to download and isn't needed.
This commit is contained in:
parent
19b6e82dc4
commit
96f2b5dbf6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
;;; tools/ansible/packages.el
|
||||
|
||||
(package! yaml-mode)
|
||||
(package! ansible)
|
||||
(package! ansible :recipe (:nonrecursive t))
|
||||
(package! ansible-doc)
|
||||
(package! jinja2-mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue