From 4e9a9418339465cb06f2b424ab6530878fe44b7e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 22 Dec 2015 21:50:35 -0600 Subject: [PATCH] Fix typo in ansible_local documentation. --- website/docs/source/v2/provisioning/ansible_local.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/ansible_local.html.md b/website/docs/source/v2/provisioning/ansible_local.html.md index 1c68ddbef..aa47ff3c0 100644 --- a/website/docs/source/v2/provisioning/ansible_local.html.md +++ b/website/docs/source/v2/provisioning/ansible_local.html.md @@ -30,7 +30,7 @@ On the other hand, [Ansible must obviously be installed](http://docs.ansible.com This page only documents the specific parts of the `ansible_local` provisioner. General Ansible concepts like Playbook or Inventory are shortly explained in the [introduction to Ansible and Vagrant](/v2/provisioning/ansible_intro.html). -The Ansible Local provisioner requires that all the Ansible Playbook files are available on the guest machine, at the location referred by the `provisioning_path` option. Usually these files are initially present on the host machine (as part of your Vagrant projet), and it is quite easy to share them with a Vagrant [Synced Folder](/v2/synced-folders/index.html). +The Ansible Local provisioner requires that all the Ansible Playbook files are available on the guest machine, at the location referred by the `provisioning_path` option. Usually these files are initially present on the host machine (as part of your Vagrant project), and it is quite easy to share them with a Vagrant [Synced Folder](/v2/synced-folders/index.html). ### Simplest Configuration