1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Revert "Increase verbosity of connection tests." (#15305)

This commit is contained in:
Matt Clay 2016-04-14 08:06:46 -07:00 committed by Brian Coca
parent 6c5ea685a2
commit af8258cdf2

View file

@ -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)' -v $(TEST_FLAGS) TEST_CONNECTION_CMD = $(1) ansible-playbook test_connection.yml -i test_connection.inventory -l '$(TEST_CONNECTION_FILTER)' $(TEST_FLAGS)
test_connection: setup test_connection: setup
$(call TEST_CONNECTION_CMD) $(call TEST_CONNECTION_CMD)