Commit 77a4dcca by Michael DeHaan

Sphinx/docs syntax fixes

parent 10f99938
...@@ -10,8 +10,7 @@ when a term comes up on the mailing list. ...@@ -10,8 +10,7 @@ when a term comes up on the mailing list.
Action 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 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.
have only one action, but it may also have other parameters.
Ad Hoc Ad Hoc
++++++ ++++++
...@@ -159,7 +158,7 @@ them in the inventory file. The Host Vars file can also be used to define compl ...@@ -159,7 +158,7 @@ them in the inventory file. The Host Vars file can also be used to define compl
inventory file. inventory file.
Lazy Evaluation 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 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 that data structure itself can define variable values within it, and everything "just works" as you would expect. This also means variable
......
...@@ -541,9 +541,9 @@ If you want to define certain tasks to happen before AND after roles are applied ...@@ -541,9 +541,9 @@ If you want to define certain tasks to happen before AND after roles are applied
- shell: echo 'goodbye' - shell: echo 'goodbye'
.. note:: .. note::
If you are using tags with tasks (described later as a means of only running part of a playbook) If 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 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. and post tasks are used for monitoring outage window control or load balancing.
Executing A Playbook Executing A Playbook
```````````````````` ````````````````````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment