Make "include" variable documentation consistent

There is already a good example of a list variable ("ssh_keys")
contained above this snippet, so reuse the content here.
pull/10903/head
Greg Back 11 years ago
parent c926bb683a
commit 8a7496af42

@ -86,10 +86,9 @@ which also supports structured variables::
- include: wordpress.yml
vars:
wp_user: timmy
some_list_variable:
- alpha
- beta
- gamma
ssh_keys:
- keys/one.txt
- keys/two.txt
Playbooks can include other playbooks too, but that's mentioned in a later section.

Loading…
Cancel
Save