Merge pull request #5120 from mechfish/patch-1

Fix "manual" ansible-playbook example in guide_vagrant.rst
pull/4420/head
Michael DeHaan 2013-12-02 05:54:40 -08:00
commit 3b469f81d3
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Here is an example:
.. code-block:: bash
$ ansible-playbook -i insecure_private_key --private-key=~/.vagrant.d/insecure_private_key -u vagrant playbook.yml
$ ansible-playbook -i vagrant_ansible_inventory_machinename --private-key=~/.vagrant.d/insecure_private_key -u vagrant playbook.yml
.. seealso::