From a3dcd99d9675ecf3ae3ae306b641a8228c2a2d58 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 12 Jan 2016 09:20:14 -0800 Subject: [PATCH] Documentation fixes --- docsite/rst/index.rst | 2 +- docsite/rst/intro_dynamic_inventory.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst index fcf350dc3b0..4f77125bb9a 100644 --- a/docsite/rst/index.rst +++ b/docsite/rst/index.rst @@ -40,5 +40,5 @@ Ansible, Inc. releases a new major release of Ansible approximately every two mo faq glossary YAMLSyntax - porting_guide + porting_guide_2.0 diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst index 85feaa143bd..bbaf1a0fff4 100644 --- a/docsite/rst/intro_dynamic_inventory.rst +++ b/docsite/rst/intro_dynamic_inventory.rst @@ -247,7 +247,7 @@ After a few moments you should see some JSON output with information about your Once you confirm the dynamic inventory script is working as expected, you can tell Ansible to use the `openstack.py` script as an inventory file, as illustrated below:: -ansible -i openstack.py all -m ping + ansible -i openstack.py all -m ping Implicit use of inventory script ++++++++++++++++++++++++++++++++