1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Greg Back 2015-05-01 16:45:56 -05:00
parent c926bb683a
commit 8a7496af42

View file

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