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:
parent
be0cdc0ea2
commit
4e608c02fb
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/29457-deprecate-remote_checksum.yml
Normal file
2
changelogs/fragments/29457-deprecate-remote_checksum.yml
Normal file
|
@ -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…
Reference in a new issue