Add changelog and porting guide for _remote_checksum() deprecation (#75035)

I forgot to add it with the PR that made the changes.
pull/75039/head
Sam Doran 3 years ago committed by GitHub
parent be0cdc0ea2
commit 4e608c02fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- deprecate ``_remote_checksum()`` and remove all internal uses (https://github.com/ansible/ansible/pull/74848)

@ -46,6 +46,7 @@ Deprecated
- include_tasks: provision.yml
when: not teardown | bool
* The ``_remote_checksum()`` method in ``ActionBase`` is deprecated. Any action plugin using this method should use ``_execute_remote_stat()`` instead.
Modules
=======

Loading…
Cancel
Save