-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate quiet kwarg in cmd.run state module #55573
Conversation
@Ch3LL Are the cmdmod test failures related? |
yes they are. looks like |
Codecov Report
@@ Coverage Diff @@
## master #55573 +/- ##
===========================================
+ Coverage 18.8% 39.23% +20.44%
===========================================
Files 818 1466 +648
Lines 175220 259860 +84640
Branches 37597 56309 +18712
===========================================
+ Hits 32937 101938 +69001
- Misses 139601 146713 +7112
- Partials 2682 11209 +8527
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #55573 +/- ##
===========================================
+ Coverage 18.8% 39.23% +20.44%
===========================================
Files 818 1466 +648
Lines 175220 259860 +84640
Branches 37597 56309 +18712
===========================================
+ Hits 32937 101938 +69001
- Misses 139601 146713 +7112
- Partials 2682 11209 +8527
|
What does this PR do?
Deprecate quiet kwarg in cmd.run state module
What issues does this PR fix or reference?
#49422
Previous Behavior
You could pass the kwarg
quiet: True
to the cmd.run state module.New Behavior
You can no longer use
quiet: True
in the cmd.run state module and need to useoutput_loglevel: quiet
instead.Tests written?
Yes
Commits signed with GPG?
Yes