Also show useful ansible info when no name: is provided for a task

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-06-26 21:21:43 +00:00
parent 5b390298d7
commit 9dd2b8e5af

View file

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