remove extra alias for vvv verbosity

This commit is contained in:
Matthew Johnson 2013-10-04 15:29:26 -04:00
parent e5a2f1e8b7
commit eb5fc9d261
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ by the sudo command.
* `ansible.verbose` can be set to increase Ansible's verbosity to obtain detailed logging:
* `'v'`, verbose mode
* `'vv'`
* `'vvv'`, more (aliased as `'extra'`)
* `'vvv'`, more
* `'vvvv'`, connection debugging
* `ansible.tags` can be set to a string or an array of tags. Only plays, roles and tasks tagged with these values will be executed.
* `ansible.skip_tags` can be set to a string or an array of tags. Only plays, roles and tasks that *do not match* these values will be executed.