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
It would be really nice to have check mode in ovirt_host_network module, this way we can test before actually making host network changes to make sure they will be applied as they should
COMPONENT NAME
ovirt_host_network
ADDITIONAL INFORMATION
Currently the task is skipped when run in check mode (-C/--check when running the playbook), when adding verbosity to see the reason of the skip I see the following message:
"msg": "remote module (ovirt.ovirt.ovirt_host_network) does not support check mode",