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:
Henrik Lissner 2019-07-29 17:23:48 +02:00
parent 19b6e82dc4
commit 96f2b5dbf6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -2,7 +2,7 @@
;;; tools/ansible/packages.el
(package! yaml-mode)
(package! ansible)
(package! ansible :recipe (:nonrecursive t))
(package! ansible-doc)
(package! jinja2-mode)