Skip to content

Commit

Permalink
split line
Browse files Browse the repository at this point in the history
  • Loading branch information
tkimnguyen authored Mar 17, 2019
1 parent 28bc069 commit 7737bb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/vagrant.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Testing the Playbook with Vagrant
---------------------------------

Instead of testing your playbook by applying it on your target deployment machine, you can test your playbook locally using Vagrant. Vagrant includes an Ansible provisioner and will run the playbook when you first run ``vagrant up`` and again when you run ``vagrant provision``.
Instead of testing your playbook by applying it on your target deployment machine, you can test your playbook locally using Vagrant.

Vagrant includes an Ansible provisioner and will run the playbook when you first run ``vagrant up`` and again when you run ``vagrant provision``.

While Vagrant knows about Ansible, and the playbook specification is in your VagrantFile, you still must have Ansible itself available.

Expand Down

0 comments on commit 7737bb1

Please sign in to comment.