diff --git a/changelogs/fragments/1813-implement_max_rc_mvs_raw.yml b/changelogs/fragments/1813-implement_max_rc_mvs_raw.yml index 907d39ca6..7b781a10b 100644 --- a/changelogs/fragments/1813-implement_max_rc_mvs_raw.yml +++ b/changelogs/fragments/1813-implement_max_rc_mvs_raw.yml @@ -1,5 +1,7 @@ minor_changes: - - zos_mvs_raw - Add max_rc parameter. Now when the user set max_rc the module will return + - zos_mvs_raw - Added ``max_rc`` option. Now when the user sets ``max_rc``, the module tolerate the failure + if the return code is smaller than the ``max_rc`` specified, however, return value ``changed`` will be False if + the program return code is not 0. the stdout when the program rc is less or equal to the max_rc, but change equal False if the rc is not 0. (https://github.com/ansible-collections/ibm_zos_core/pull/1813).