mirror of https://github.com/ansible/ansible.git
command warnings: don't send the param from action (#70531)
Change: - Followup to #70504. We need to not pass the 'warn' parameter from the action plugin either, unless it's True. Otherwise, even though it defaults to false, we always show the deprecation. Test Plan: - Local Signed-off-by: Rick Elrod <rick@elrod.me>pull/70576/head
parent
f7db428375
commit
28fda23284
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix to previous deprecation change (#70504) which caused command warning deprecation to show in all cases, even when not specified by the user.
|
Loading…
Reference in New Issue