Documentation fixes
This commit is contained in:
parent
d9d4ad828a
commit
a3dcd99d96
2 changed files with 2 additions and 2 deletions
|
@ -40,5 +40,5 @@ Ansible, Inc. releases a new major release of Ansible approximately every two mo
|
||||||
faq
|
faq
|
||||||
glossary
|
glossary
|
||||||
YAMLSyntax
|
YAMLSyntax
|
||||||
porting_guide
|
porting_guide_2.0
|
||||||
|
|
||||||
|
|
|
@ -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::
|
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
|
Implicit use of inventory script
|
||||||
++++++++++++++++++++++++++++++++
|
++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in a new issue