
Instead, honor the value of verbosity that was specified on the command line. This will make the ansible tasks less verbose by default, so that we don't have to add no_log everywhere which actually ends up hiding useful output. Change-Id: I0ef61bc49d31247a408e340d33a2ae239e1f11fe Depends-On: Ib5060a3e9679b105c76c3c72011c23aee0093dc1
8 lines
326 B
YAML
8 lines
326 B
YAML
---
|
|
fixes:
|
|
- The verbosity of the config-download ansible tasks now defaults to 0
|
|
instead of 1. This makes the tasks not verbose by default. The verbosity
|
|
specified on the command line with the deployment command is now honored
|
|
and can be used to disable verbosity or increase the verbosity level as
|
|
needed.
|