mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Don't mix deprecations messages with warnings messages (#21337)
* Remove unused attribute '_passthrough' * Don't mix deprecations with warnings * Return values: add 'deprecations' key used internally * 'deprecations' and 'warnings' return values: add tests
This commit is contained in:
@@ -84,6 +84,10 @@ warnings
|
||||
````````
|
||||
This key contains a list of strings that will be presented to the user.
|
||||
|
||||
deprecations
|
||||
````````````
|
||||
This key contains a list of dictionaries that will be presented to the user. Keys of the dictionaries are `msg` and `version`, values are string, value for the `version` key can be an empty string.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`modules`
|
||||
|
||||
Reference in New Issue
Block a user