Skip to content
Snippets Groups Projects
Commit 237447f0 authored by Attila Farkas's avatar Attila Farkas
Browse files

set verbosity to vv

parent 5e6d4106
No related branches found
No related tags found
1 merge request!7Resolve Refactoring
......@@ -19,7 +19,7 @@ def parse_input_args():
help="uses ansible_local for provisioning instead"
"of ansible", action="store_true")
parser.add_argument("--verbose_ansible",
help="sets verbose output for ansible (-vvvv)",
help="sets verbose output for ansible (-vv)",
action="store_true")
parser.add_argument("--border_router",
help="creates a border router with connection to"
......
......@@ -82,7 +82,7 @@ def _create_ansible_commands(playbook_location, input_definitions, flags):
verbosity = dict()
verbosity["type"] = "string"
verbosity["command"] = "verbose"
verbosity["value"] = "vvvv"
verbosity["value"] = "vv"
commands.append(verbosity)
groups = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment