ansible/changelogs/fragments/async_status.yml
Brian Coca 9c718ccc42
Async status rewrite
-  remove need for module (at least for posix side)
  - adds retry with backoff on fetching file, since
    race is bigger since we don't spend time on module
  - now gives more info on fail
  - also made actionfail/skip handle results if given
2021-06-03 09:54:40 -04:00

3 lines
180 B
YAML

minor_changes:
- async_status no longer requires a module for non windows targets.
- task_executor, Actions using AnsibleActionFail/Skip will now propagate 'results' if given.