Enable ansible pipelining for test environment

This commit is contained in:
Khue Doan 2021-02-21 14:07:03 +07:00
parent b57b41c236
commit b1ad9c0e4f

View File

@ -1,4 +1,5 @@
[defaults]
host_key_checking = False
stdout_callback=debug
stderr_callback=debug
stdout_callback = debug
stderr_callback = debug
pipelining = False