python-tripleoclient/releasenotes/notes/config-download-verbosity-75fa34c110c00657.yaml
James Slagle 648cc2bc7d Don't force verbosity of 1 for config-download
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: Ib5060a3e9679b105c76c3c72011c23aee0093dc1
2019-05-20 17:43:57 -04:00

5 lines
158 B
YAML

---
fixes:
- The verbosity of the config-download ansible tasks for deployment are now
controlled by the verbosity level specified on the command line.