From eb5fc9d2613628f887217abb3af7c170534dca96 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 4 Oct 2013 15:29:26 -0400 Subject: [PATCH] remove extra alias for vvv verbosity --- website/docs/source/v2/provisioning/ansible.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/ansible.html.md b/website/docs/source/v2/provisioning/ansible.html.md index feaf7eb20..47565b8f8 100644 --- a/website/docs/source/v2/provisioning/ansible.html.md +++ b/website/docs/source/v2/provisioning/ansible.html.md @@ -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.