'openstack tripleo deploy' should be invoked with --debug
in order to display events from ansible would be hidden with
no_log otherwise:
no_log: "{{ not ((ansible_verbosity | int) >= 2) | bool }}"
And ansible_verbosity in tripleoclient only gets >=2 whenever
the openstack cliff's app.options.debug=True or
app_args.verbose_level > 1.
Add tripleo_deploy_debug_arg to control that. It is defaults to
False.
Depends-On: https://review.opendev.org/730883
Change-Id: I1464d895d579d83955e968413741aac80b9af0f0
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>