Simplifies changelog entry

This commit is contained in:
Loren Gordon 2021-04-02 06:58:12 -07:00 committed by Megan Wilhite
parent 8e21fc34e4
commit dd8a4bcd78

View file

@ -1,4 +1 @@
Adds arguments `success_stdout` and `success_stderr` to execution modules and states
that use the underlying `cmd._run` functionality. These arguments allow the user
to override the return code of the command depending on the contents of stdout
or stderr.
Added `success_stdout` and `success_stderr` arguments to `cmd.run`, to override default return code behavior.