Skip to content

Commit

Permalink
Update changelogs/fragments/1813-implement_max_rc_mvs_raw.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Flores <[email protected]>
  • Loading branch information
AndreMarcel99 and fernandofloresg authored Nov 21, 2024
1 parent d13d17e commit d4a4a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelogs/fragments/1813-implement_max_rc_mvs_raw.yml
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit d4a4a3b

Please sign in to comment.