tests: Print filename of a failed task (Ansible >= 2.11)
This commit is contained in:
parent
99fe9d48e6
commit
2e8bf73877
|
@ -19,6 +19,7 @@ library = lib/modules
|
|||
filter_plugins = lib/filters
|
||||
module_utils = lib/module_utils
|
||||
retry_files_enabled = False
|
||||
show_task_path_on_failure = true # Added in ansible-core 2.11
|
||||
display_args_to_stdout = True
|
||||
forks = 100
|
||||
|
||||
|
|
Loading…
Reference in New Issue