Merge "Add the inventory when use ansible command"

This commit is contained in:
Zuul 2018-04-11 14:47:15 +00:00 committed by Gerrit Code Review
commit 0bed8f6dab

View File

@ -265,7 +265,7 @@ than one node, edit ``multinode`` inventory:
.. code-block:: console
ansible -m ping all
ansible -i multinode all -m ping
.. end