You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/task-error-and-timeout.yml

8 lines
384 B
YAML

bugfixes:
- task timeout - Specifying a negative task timeout now results in an error.
- error handling - Error details and tracebacks from connection and built-in action exceptions are preserved.
Previously, much of the detail was lost or mixed into the error message.
minor_changes:
- task timeout - Specifying a timeout greater than 100,000,000 now results in an error.