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. #