Update URL for ansible local-playbooks in docs

The old URL wasn't available anymore and returned a 404
This commit is contained in:
Joris van de Donk 2014-02-28 08:52:04 +01:00
parent 44f5f059e6
commit 6e397f6e85
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Type: `ansible-local`
The `ansible-local` provisioner configures Ansible to run on the machine by The `ansible-local` provisioner configures Ansible to run on the machine by
Packer from local Playbook and Role files. Playbooks and Roles can be uploaded Packer from local Playbook and Role files. Playbooks and Roles can be uploaded
from your local machine to the remote machine. Ansible is run in [local mode](http://www.ansibleworks.com/docs/playbooks2.html#local-playbooks) via the `ansible-playbook` command. from your local machine to the remote machine. Ansible is run in [local mode](http://docs.ansible.com/playbooks_delegation.html#local-playbooks) via the `ansible-playbook` command.
## Basic Example ## Basic Example