From 71e85a45c17a9029a222f402227f4066c4947798 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 15 Mar 2018 13:53:34 +0530 Subject: [PATCH] Add missing single quote in inventory_plugin doc (#37403) Added missing single quote in inventory_plugin doc. Signed-off-by: Abhijeet Kasurde --- docs/docsite/rst/plugins/inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/plugins/inventory.rst b/docs/docsite/rst/plugins/inventory.rst index 588bd1bb2c..b3f4a4ba62 100644 --- a/docs/docsite/rst/plugins/inventory.rst +++ b/docs/docsite/rst/plugins/inventory.rst @@ -4,7 +4,7 @@ Inventory Plugins ----------------- -Inventory plugins allow users to point at data sources to compile the inventory of hosts that Ansible uses to target tasks, either via the ``-i /path/to/file`` and/or ``-i 'host1, host2`` command line parameters or from other configuration sources. +Inventory plugins allow users to point at data sources to compile the inventory of hosts that Ansible uses to target tasks, either via the ``-i /path/to/file`` and/or ``-i 'host1, host2'`` command line parameters or from other configuration sources. .. _enabling_inventory: