From 3ca415f58c04879694e26e7a50588178b0215a87 Mon Sep 17 00:00:00 2001 From: Reid Wahl <30487349+nrwahl2@users.noreply.github.com> Date: Mon, 28 Aug 2017 12:59:28 -0500 Subject: [PATCH] Fixes #21041: Add note to intro_inventory.rst that the Docker example is a playbook and not an inventory file (#28697) --- docs/docsite/rst/intro_inventory.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docsite/rst/intro_inventory.rst b/docs/docsite/rst/intro_inventory.rst index 002002ddc8f..e42927f0522 100644 --- a/docs/docsite/rst/intro_inventory.rst +++ b/docs/docsite/rst/intro_inventory.rst @@ -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`