mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add link to ansible-examples repo
This commit is contained in:
parent
5ba0e7477e
commit
cb8f4b8062
1 changed files with 3 additions and 1 deletions
|
@ -925,9 +925,11 @@ So, that's precedence, explained in a more direct way. Don't worry about preced
|
||||||
variable that is a default, or a "live" variable you definitely want to use. Inventory lies in precedence right in the middle, and
|
variable that is a default, or a "live" variable you definitely want to use. Inventory lies in precedence right in the middle, and
|
||||||
if you want to forcibly override something, use -e.
|
if you want to forcibly override something, use -e.
|
||||||
|
|
||||||
If you found that a little hard to understand, take a look at the "ansible-examples" repo on our github for a bit more about
|
If you found that a little hard to understand, take a look at the `ansible-examples`_ repo on our github for a bit more about
|
||||||
how all of these things can work together.
|
how all of these things can work together.
|
||||||
|
|
||||||
|
.. _ansible-examples: https://github.com/ansible/ansible-examples
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:doc:`playbooks`
|
:doc:`playbooks`
|
||||||
|
|
Loading…
Reference in a new issue