From a12e1bfcedfa5464343b157a4ecc170702a0c3e9 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 30 Nov 2017 10:14:34 +1000 Subject: [PATCH] stat: added information about get_md5 deprecation to porting guide (#33334) * stat: added information about get_md5 deprecation to porting guide * Edit --- docs/docsite/rst/porting_guide_2.5.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/porting_guide_2.5.rst b/docs/docsite/rst/porting_guide_2.5.rst index e81d82c6ad7..d526e054222 100644 --- a/docs/docsite/rst/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guide_2.5.rst @@ -83,7 +83,11 @@ The following modules will be removed in Ansible 2.9. Please update update your Noteworthy module changes ------------------------- -No notable changes. +* The :ref:`stat ` and :ref:`win_stat ` modules have changed the default of the option ``get_md5`` from ``true`` to ``false``. + +This option will be removed starting with Ansible version 2.9. The options ``get_checksum: True`` +and ``checksum_algorithm: md5`` can still be used if an MD5 checksum is +desired. Plugins =======