Sphinx/docs syntax fixes

This commit is contained in:
Michael DeHaan 2013-07-21 11:18:07 -04:00
parent 10f99938b9
commit 77a4dcca85
2 changed files with 5 additions and 6 deletions

View file

@ -10,8 +10,7 @@ when a term comes up on the mailing list.
Action
++++++
An action is a part of a task that specifies which one of the :ref:`modules` will run, and the arguments to pass to that module. Each task can
have only one action, but it may also have other parameters.
An action is a part of a task that specifies which of the modules to run and the arguments to pass to that module. Each task can have only one action, but it may also have other parameters.
Ad Hoc
++++++
@ -159,7 +158,7 @@ them in the inventory file. The Host Vars file can also be used to define compl
inventory file.
Lazy Evaluation
++++++++++++++
+++++++++++++++
In general, Ansible evaluates any variables in playbook content at the last possible second, which means that if you define a data structure
that data structure itself can define variable values within it, and everything "just works" as you would expect. This also means variable

View file

@ -541,9 +541,9 @@ If you want to define certain tasks to happen before AND after roles are applied
- shell: echo 'goodbye'
.. note::
If you are using tags with tasks (described later as a means of only running part of a playbook)
be sure you also tag your pre_tasks and post_tasks and pass those along as well, especially if the pre
and post tasks are used for monitoring outage window control or load balancing.
If using tags with tasks (described later as a means of only running part of a playbook),
be sure to also tag your pre_tasks and post_tasks and pass those along as well, especially if the pre
and post tasks are used for monitoring outage window control or load balancing.
Executing A Playbook
````````````````````