From 3c290f7c7e430f391b6d9cb846559c82bae89943 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 10 Feb 2017 00:00:58 -0800 Subject: [PATCH] docs/ansible-local: playbook_paths clarification --- website/source/docs/provisioners/ansible-local.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/ansible-local.html.md b/website/source/docs/provisioners/ansible-local.html.md index c41adbfe3..76a4ccfec 100644 --- a/website/source/docs/provisioners/ansible-local.html.md +++ b/website/source/docs/provisioners/ansible-local.html.md @@ -105,7 +105,7 @@ chi-appservers on your local system to be copied to the remote machine as the `staging_directory` before all other files and directories. -- `playbook_paths` (array of strings) - An array of paths to playbook files on +- `playbook_paths` (array of strings) - An array of directories of playbook files on your local system. These will be uploaded to the remote machine under `staging_directory`/playbooks. By default, this is empty.