From 816da64df5f974bfd97f88c64133e867949eead7 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 5 Nov 2018 12:49:19 +0000 Subject: [PATCH] tests: show task args in image_prep --- tests/image_prep/ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/image_prep/ansible.cfg b/tests/image_prep/ansible.cfg index a3937825..8a8c47fa 100644 --- a/tests/image_prep/ansible.cfg +++ b/tests/image_prep/ansible.cfg @@ -2,3 +2,5 @@ [defaults] strategy_plugins = ../../ansible_mitogen/plugins/strategy retry_files_enabled = false +display_args_to_stdout = True +no_target_syslog = True