remove extra alias for vvv verbosity
This commit is contained in:
parent
eb5fc9d261
commit
b514f0c321
|
@ -87,8 +87,9 @@ module VagrantPlugins
|
|||
if config.verbose.to_s =~ /^v+$/
|
||||
# ansible-playbook accepts "silly" arguments like '-vvvvv' as '-vvvv' for now
|
||||
return "-#{config.verbose}"
|
||||
elsif config.verbose.to_s == 'extra'
|
||||
return '-vvv'
|
||||
else
|
||||
# safe default, in case input strays
|
||||
return '-v'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue