Merge pull request #14311 from sivel/unsafe-yaml-constructor

Add new 'unsafe' YAML constructor
This commit is contained in:
Matt Martz 2016-02-23 11:29:53 -06:00
commit 38b663471d
4 changed files with 77 additions and 1 deletions

View file

@ -933,6 +933,11 @@ how all of these things can work together.
.. _ansible-examples: https://github.com/ansible/ansible-examples
.. _builtin filters: http://jinja.pocoo.org/docs/templates/#builtin-filters
Advanced Syntax
```````````````
For information about advanced YAML syntax used to declare variables and have more control over the data placed in YAML files used by Ansible, see `playbooks_advanced_syntax`_
.. seealso::
:doc:`playbooks`