tests: Print filename of a failed task (Ansible >= 2.11)

pull/964/head
Alex Willmer 2 years ago
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…
Cancel
Save