Increase verbosity of connection tests.
This commit is contained in:
parent
65c42605fe
commit
a0361626c9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ TEST_CONNECTION_FILTER += !chroot
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Connection plugin test command to repeat with each locale setting.
|
# Connection plugin test command to repeat with each locale setting.
|
||||||
TEST_CONNECTION_CMD = $(1) ansible-playbook test_connection.yml -i test_connection.inventory -l '$(TEST_CONNECTION_FILTER)' $(TEST_FLAGS)
|
TEST_CONNECTION_CMD = $(1) ansible-playbook test_connection.yml -i test_connection.inventory -l '$(TEST_CONNECTION_FILTER)' -v $(TEST_FLAGS)
|
||||||
|
|
||||||
test_connection: setup
|
test_connection: setup
|
||||||
$(call TEST_CONNECTION_CMD)
|
$(call TEST_CONNECTION_CMD)
|
||||||
|
|
Loading…
Reference in a new issue