Merge pull request #10903 from gtback/include-variable-structure-docs
Make "include" variable documentation consistent
This commit is contained in:
commit
537baf6512
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue