mirror of https://github.com/ansible/ansible
Align AddType debug info with DISPLAY_TRACEBACKS (#86506)
Changes the logic used by `Ansible.ModuleUtils.AddType` to only include the debug information when `DISPLAY_TRACEBACKS` is set to `error` or `always`. This aligns with the new logic that no longer uses the verbosity level to include extra traceback information with higher verbosities.pull/86524/head
parent
2c1fdfe0eb
commit
20ce7d60bd
@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- >-
|
||||
PowerShell AddType Util - Will only include the debug information when ``DISPLAY_TRACEBACK`` contains ``error`` or
|
||||
``always``. In the past the debug information would have been included if ``-vvv`` or higher was used but this new
|
||||
behavior aligns the logic with the new option added in Ansible 2.19.
|
||||
Loading…
Reference in new issue