mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00:00
Merge pull request #10903 from gtback/include-variable-structure-docs
Make "include" variable documentation consistent
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user