Open geerlingguy opened 7 years ago
I think the main complaint is around the parts outside of applying roles to the container... sometimes it seems really slow, but I notice there's some CPU activity and network, but no output in the terminal unless I use --debug
.
ISSUE TYPE
container.yml
N/A
OS / ENVIRONMENT
N/A
SUMMARY
Currently, when I run an
ansible-container build
, I can choose from two levels of verbosity:--debug
: insane amount of output during the conductor build process.-vvvv
equivalent of Ansible role task output.I'm fine with
--debug
's verbosity... but it would be nice to have a middle ground, and support a style like-v
,-vv
, etc. with increasing levels of output.