diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-23 16:05:05 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-25 09:35:05 -0500 |
commit | 3aceae57af3e91f9c17dfeea1e04f634c3e90bcd (patch) | |
tree | 68a9cec325e4bb08349748f004e76ce0fd8505a8 /docsite | |
parent | a5e4f4461efd163d0d24475aa487aec9ef8b5f3f (diff) | |
download | ansible-3aceae57af3e91f9c17dfeea1e04f634c3e90bcd.tar.gz |
Fixup documentation formatting
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/playbooks.rst | 2 | ||||
-rw-r--r-- | docsite/rst/playbooks2.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/playbooks.rst b/docsite/rst/playbooks.rst index 6e0d92476c..195715ca78 100644 --- a/docsite/rst/playbooks.rst +++ b/docsite/rst/playbooks.rst @@ -296,7 +296,7 @@ won't need them for much else. Task Include Files And Encouraging Reuse -``````````````````````````````````` +```````````````````````````````````````` 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 diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index 277a24f289..2d6f770729 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -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 statement:: - ---- + --- # file: playbook-demo.yml hosts: all |