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:
parent
5b390298d7
commit
9dd2b8e5af
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue