mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Extends 'which notation should I use' section in FAQ (#43729)
* Extends 'which notation should I use' section in FAQ
This commit is contained in:
parent
711944aa97
commit
2dfff57f57
1 changed files with 4 additions and 2 deletions
|
@ -452,8 +452,10 @@ Ansible supports dot notation and array notation for variables. Which notation s
|
|||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
The dot notation comes from Jinja and works fine for variables without special
|
||||
characters. If your variable contains dots (.), colons (:), or dashes (-) it is
|
||||
safer to use the array notation for variables.
|
||||
characters. If your variable contains dots (.), colons (:), or dashes (-), if
|
||||
a key begins and ends with two underscores, or if a key uses any of the known
|
||||
public attributes, it is safer to use the array notation. See :ref:`playbooks_variables`
|
||||
for a list of the known public attributes.
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
|
Loading…
Reference in a new issue