You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible 2.10.3
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/mdp/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/mdp/ansible-roles/molecule-venv/lib/python3.6/site-packages/ansible
executable location = /home/mdp/ansible-roles/molecule-venv/bin/ansible
python version = 3.6.9 (default, Oct 8 2020, 12:12:24) [GCC 8.4.0]
molecule 3.2.1.dev1 using python 3.6
ansible:2.10.3
delegated:3.2.1.dev1 from molecule
vagrant:0.5.dev1 from molecule_vagrant
Molecule installation method (one of):
pip
Ansible installation method (one of):
pip
Desired Behavior
Molecule should output at most the INFO log messages when running commands without --debug
Actual Behaviour
For all commands like list, create, verify molecule outputs some DEBUG log along side the INFO without explicitly using --debug switch. IMHO debug output should be only showed when using --debug switch - unless this is intended?
DEBUG Validating schema /home/mdp/ansible-roles/jenkins_swarm/molecule/vmware/molecule.yml.
INFO vmware scenario test matrix: dependency, create, prepare
INFO Running vmware > dependency
DEBUG Using selector: EpollSelector
Starting galaxy role install process
- changing role lean_delivery.java from 7.1.0 to 7.1.0
- extracting lean_delivery.java to /home/mdp/.cache/molecule/jenkins_swarm/vmware/roles/lean_delivery.java
- lean_delivery.java (7.1.0) was installed successfully
INFO Dependency completed successfully.
WARNING Skipping, missing the requirements file.
INFO Running vmware > create
WARNING Skipping, instances already created.
INFO Running vmware > prepare
WARNING Skipping, instances already prepared.
Also if I may suggest, I think WARNING outputs should be rather colored in yellow instead of red (suggesting visually that something failed)
The text was updated successfully, but these errors were encountered:
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Desired Behavior
Molecule should output at most the INFO log messages when running commands without
--debug
Actual Behaviour
For all commands like list, create, verify molecule outputs some DEBUG log along side the INFO without explicitly using
--debug
switch. IMHO debug output should be only showed when using--debug
switch - unless this is intended?For command:
molecule list
or for
molecule create -s vmware
Also if I may suggest, I think WARNING outputs should be rather colored in yellow instead of red (suggesting visually that something failed)
The text was updated successfully, but these errors were encountered: