diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-10-25 20:20:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 20:20:11 +0200 |
commit | ab1a8cb3b3e157efc45adcfb7e8bee36c8aa91ed (patch) | |
tree | 8eb4cc0caf3b1a0f465a4e59c1ac8c0aa05138af /changelogs/fragments/deprecated.yml | |
parent | Preserve `_ansible_no_log` from action result; fix `include_vars` to set prop... (diff) | |
download | ansible-ab1a8cb3b3e157efc45adcfb7e8bee36c8aa91ed.tar.xz ansible-ab1a8cb3b3e157efc45adcfb7e8bee36c8aa91ed.zip |
docs: print deprecation collection name (#84126)
While showing the deprecation message, mention the collection name
from which the module is removed.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs/fragments/deprecated.yml')
-rw-r--r-- | changelogs/fragments/deprecated.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/deprecated.yml b/changelogs/fragments/deprecated.yml new file mode 100644 index 0000000000..aa632c0487 --- /dev/null +++ b/changelogs/fragments/deprecated.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - docs - add collection name in message from which the module is being deprecated (https://github.com/ansible/ansible/issues/84116). |