ansible-local/ansible: Clearify docs regarding `extra_arguments`

Closes: #4822
This commit is contained in:
Rickard von Essen 2017-04-23 12:56:31 +02:00
parent 999f2da499
commit 7b5c56bff4
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,8 @@ Optional:
To disable colors, set this to `PYTHONUNBUFFERED=1 ansible-playbook`.
- `extra_arguments` (array of strings) - An array of extra arguments to pass
to the ansible command. By default, this is empty.
to the ansible command. By default, this is empty. These arguments _will_
be passed through a shell and arguments should be quoted accordingly.
Usage example:
```

View File

@ -92,7 +92,8 @@ Optional Parameters:
Defaults to false.
- `extra_arguments` (array of strings) - Extra arguments to pass to Ansible.
Usage example:
These arguments _will not_ be passed through a shell and arguments should
not be quoted. Usage example:
```json
{