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
vm_manager uses the python logging system.
It should be possible to output this log during the playbook execution when using ansible with verbose option
vm_manager uses the python logging system.
It should be possible to output this log during the playbook execution when using ansible with verbose option
First Analyze
vm_manager uses
logger = logging.getLogger(__name__)
It should be possible to catch these logs using a custom callback plugins :
https://docs.ansible.com/ansible/latest/dev_guide/developing_plugins.html#developing-callbacks
The text was updated successfully, but these errors were encountered: