From 6e397f6e856df8dcb9ccd275dc8ad019e8a2b45e Mon Sep 17 00:00:00 2001 From: Joris van de Donk Date: Fri, 28 Feb 2014 08:52:04 +0100 Subject: [PATCH] Update URL for ansible local-playbooks in docs The old URL wasn't available anymore and returned a 404 --- website/source/docs/provisioners/ansible-local.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/ansible-local.html.markdown b/website/source/docs/provisioners/ansible-local.html.markdown index a5e423509..bcc9a0962 100644 --- a/website/source/docs/provisioners/ansible-local.html.markdown +++ b/website/source/docs/provisioners/ansible-local.html.markdown @@ -9,7 +9,7 @@ Type: `ansible-local` 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 -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