Fixes #21041: Add note to intro_inventory.rst that the Docker example is a playbook and not an inventory file (#28697)
This commit is contained in:
parent
6510ed3587
commit
3ca415f58c
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ Here is an example of how to instantly deploy to created containers::
|
||||||
path: "/var/jenkins_home/.ssh/jupiter"
|
path: "/var/jenkins_home/.ssh/jupiter"
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
.. note:: If you're reading the docs from the beginning, this may be the first example you've seen of an Ansible playbook. This is not an inventory file.
|
||||||
|
Playbooks will be covered in great detail later in the docs.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:doc:`intro_dynamic_inventory`
|
:doc:`intro_dynamic_inventory`
|
||||||
|
|
Loading…
Reference in a new issue