Commit 3aceae57 by Michael DeHaan

Fixup documentation formatting

parent a5e4f446
...@@ -296,7 +296,7 @@ won't need them for much else. ...@@ -296,7 +296,7 @@ won't need them for much else.
Task Include Files And Encouraging Reuse Task Include Files And Encouraging Reuse
``````````````````````````````````` ````````````````````````````````````````
Suppose you want to reuse lists of tasks between plays or playbooks. You can use Suppose you want to reuse lists of tasks between plays or playbooks. You can use
include files to do this. Use of included task lists is a great way to define a role include files to do this. Use of included task lists is a great way to define a role
......
...@@ -996,7 +996,7 @@ Here is a top level example playbook that loads variables from an external file ...@@ -996,7 +996,7 @@ Here is a top level example playbook that loads variables from an external file
external file. You will note that we use a list (using with_items) as a parameter on the include external file. You will note that we use a list (using with_items) as a parameter on the include
statement:: statement::
---- ---
# file: playbook-demo.yml # file: playbook-demo.yml
hosts: all hosts: all
......
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