Merge pull request #4535 from mitchellh/ansidocs

docs/ansible-local: playbook_paths clarification
This commit is contained in:
Matthew Hooker 2017-02-10 00:01:44 -08:00 committed by GitHub
commit 0d3dd48ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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.