Add tools/ansible

This commit is contained in:
Ruslan Kamashev 2018-09-11 22:16:24 +03:00
parent 75036cefb0
commit 62212a4b94
4 changed files with 36 additions and 4 deletions

View file

@ -0,0 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; tools/ansible/packages.el
(package! yaml-mode)
(package! ansible)
(package! ansible-doc)
(package! jinja2-mode)
(when (featurep! :completion company)
(package! company-ansible))