ansible/changelogs/fragments/collections_cb_fix.yml
Brian Coca 4293718b2a
make collection callbacks follow normal flow (#59932) (#72227)
* fixes missing set_options call and adhoc and stdout processing rules
* avoid dupes
* fixed to handle redirects
* also updated tests with new and more accurate skip message
* fix callback tests for envs with cowsay installed
* lots MOAR comments on why the code is as it is, some todos to refactor in future
2020-10-23 15:54:38 -05:00

2 lines
97 B
YAML

bugfixes:
- Collection callbacks were ignoring options and rules for stdout and adhoc cases.