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

I forgot to add it with the PR that made the changes.
This commit is contained in:
Sam Doran 2021-06-16 16:58:02 -04:00 committed by GitHub
parent be0cdc0ea2
commit 4e608c02fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -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
=======