mirror of https://github.com/ansible/ansible.git
* fixed missing default (#69972)
* fixed missing default
also deprecated so new options wont have to go through this
(cherry picked from commit 805dff4129)
* remove deprecation
pull/69860/head
parent
074ddace35
commit
94df27233f
@ -0,0 +1,4 @@
|
||||
deprecated_features:
|
||||
- Using the DefaultCallback without the correspodning doc_fragment or copying the documentation.
|
||||
bugfixes:
|
||||
- added new option for default callback to compat variable to avoid old 3rd party plugins from erroring out.
|
||||
Loading…
Reference in New Issue