spacemacs/layers/+tools/ansible
syl20bnr 564cbc40ed core: better behavior for dotspacemacs-download-packages
See end of this message for important breaking changes.

Previous behavior was to configure any installed package which caused
a lot of bad side effects and could make spacemacs unusable. This
behavior made little sense and does not fit with spacemacs.

This commit fixes this behavior by separating installed packages from
configured packages. In short dostspacemacs-download-packages variable
now only affect package installation. Packages are now configured if and
only if they are effectively *used* (i.e. listed in variable
dotspacemacs-configuration-layers or dotspacemacs-additional-packages).

IMPORTANT CHANGE: functions `configuration-layer/declare-used-layer` and
`configuration-layer/declare-used-layers` have been removed. These
functions have been introduced in develop branch only so the impact
should be minimal.
2016-08-19 21:04:33 -03:00
..
img Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00
config.el Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00
funcs.el Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00
layers.el core: better behavior for dotspacemacs-download-packages 2016-08-19 21:04:33 -03:00
packages.el Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00
README.org Replace +config-files category by +tools category 2016-06-09 23:56:09 -04:00

Ansible layer

/TakeV/spacemacs/media/commit/e0202848fd0be1fb2855b3cac0fe88efa9615c11/layers/+tools/ansible/img/ansible.png

Description

This layer adds support for Ansible-flavored YAML buffers and Jinja2 templates.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add ansible to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key Binding Description
SPC m h a looks up documentation using ansible-doc