mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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"
|
||||
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::
|
||||
|
||||
:doc:`intro_dynamic_inventory`
|
||||
|
|
Loading…
Reference in a new issue