ansible/changelogs/fragments/cb_ignore.yml
Brian Coca 19ab7b4b64 ignore version when deciding callback loading (#38281)
* ignore version when deciding callback loading

The code already defaulted to load the callback if the properties are not present
there was no need for us to also check the version

fixes #38270

* fix error msg on set optoins to use correct name

(cherry picked from commit 1850bb752f)
2018-04-30 12:47:58 -04:00

2 lines
112 B
YAML

bugfixes:
- dont require property for older callbacks to load https://github.com/ansible/ansible/pull/38281