From 9dd2b8e5af798e69812ba43877dccda2e40ff8dc Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 26 Jun 2016 21:21:43 +0000 Subject: [PATCH] Also show useful ansible info when no name: is provided for a task Signed-off-by: Patrick Uiterwijk --- roles/ansible-server/templates/ansible.cfg.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index cea9069a51..642ce05f79 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -24,6 +24,10 @@ poll_interval = 15 #remote_port = 22 #module_lang = C +# We don't always want to be required to specify a name to get useful info +# https://github.com/ansible/ansible/issues/14554 +display_args_to_stdout = True + # plays will gather facts by default, which contain information about # the remote system. #