mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
Fixup documentation formatting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user