1
0
Fork 0
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:
Reid Wahl 2017-08-28 12:59:28 -05:00 committed by scottb
parent 6510ed3587
commit 3ca415f58c

View file

@ -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`