mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add a missing :: in an .rst file
Other changes are just eating trailing whitespace.
This commit is contained in:
parent
908a192736
commit
2e8533aec2
1 changed files with 8 additions and 8 deletions
|
@ -994,7 +994,7 @@ to externalize data from the playbook rules itself, this is possible by combinin
|
||||||
This is not something everyone may need to do at first, but it's a clever trick and deserves explanation.
|
This is not something everyone may need to do at first, but it's a clever trick and deserves explanation.
|
||||||
Here is a top level example playbook that loads variables from an external file and also tasks from an
|
Here is a top level example playbook that loads variables from an external file and also tasks from an
|
||||||
external file. You will note that we use a list (using with_items) as a parameter on the include
|
external file. You will note that we use a list (using with_items) as a parameter on the include
|
||||||
statement.
|
statement::
|
||||||
|
|
||||||
----
|
----
|
||||||
# file: playbook-demo.yml
|
# file: playbook-demo.yml
|
||||||
|
|
Loading…
Reference in a new issue