spacemacs/layers/+tools/ansible/config.el

16 lines
528 B
EmacsLisp
Raw Normal View History

;;; config.el --- Ansible Layer functions File for Spacemacs
2015-02-17 20:11:06 +00:00
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
2015-02-17 20:11:06 +00:00
;;
;; Author: Brian Hicks <brian@brianthicks.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; detect filenames compatible with Ansible's recommended layout.
;; http://docs.ansible.com/playbooks_best_practices.html#directory-layout
(setq ansible/ansible-filename-re
"\\(site\.yml\\|roles/.+\.yml\\|group_vars/.+\\|host_vars/.+\\)")