docs/ansible-local: playbook_paths clarification

This commit is contained in:
Matthew Hooker 2017-02-10 00:00:58 -08:00
parent 10c001250a
commit 3c290f7c7e
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
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 on your local system to be copied to the remote machine as the
`staging_directory` before all other files and directories. `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 your local system. These will be uploaded to the remote machine under
`staging_directory`/playbooks. By default, this is empty. `staging_directory`/playbooks. By default, this is empty.