mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Updates variables docs: facts examples, headers, links, etc. (#47767)
* refreshes ansible facts output and updates some references/headers
This commit is contained in:
parent
cd75074fc5
commit
7db63851e0
3 changed files with 448 additions and 256 deletions
|
@ -1,3 +1,5 @@
|
|||
.. _playbooks_advanced_syntax:
|
||||
|
||||
Advanced Syntax
|
||||
===============
|
||||
|
||||
|
@ -47,7 +49,7 @@ For complex variables such as hashes or arrays, ``!unsafe`` should be used on th
|
|||
my_unsafe_hash:
|
||||
unsafe_key: !unsafe 'unsafe value'
|
||||
|
||||
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
@ -57,5 +59,3 @@ For complex variables such as hashes or arrays, ``!unsafe`` should be used on th
|
|||
Have a question? Stop by the google group!
|
||||
`irc.freenode.net <http://irc.freenode.net>`_
|
||||
#ansible IRC chat channel
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue