mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
Slight tweaks to playbook docs + docs rebuild
This commit is contained in:
parent
8484fe3147
commit
496686629a
16 changed files with 93 additions and 52 deletions
|
@ -186,8 +186,8 @@ is used in practice.</p>
|
|||
</div>
|
||||
<div class="section" id="yaml-basics">
|
||||
<h2>YAML Basics<a class="headerlink" href="#yaml-basics" title="Permalink to this headline">¶</a></h2>
|
||||
<p>For <cite>ansible</cite>, every YAML file starts with a list of things
|
||||
to do. Each item in the list is a list of key/value pairs, commonly
|
||||
<p>For <cite>ansible</cite>, nearly every YAML file starts with a list.
|
||||
Each item in the list is a list of key/value pairs, commonly
|
||||
called a “hash” or a “dictionary”. So, we need to know how
|
||||
to write lists and dictionaries in YAML.</p>
|
||||
<p>There’s another small quirk to YAML. All YAML files (regardless of their association with
|
||||
|
@ -260,7 +260,7 @@ languages:
|
|||
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on Mar 12, 2012.<br/>
|
||||
Last updated on Mar 13, 2012.<br/>
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8.<br/>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue