Nicolas Marcq

Results 216 comments of Nicolas Marcq

Please go on Gitter when you have time to discuss this

It's a bug. We've hard coded the protocol. @LaMonF see [here](https://github.com/kalliope-project/kalliope-app/blob/master/kalliope/src/pages/settings/settings.service.ts#L38) :)

If it's working in physical environment and not in VM it could be a network security of your hypervisor to prevent ARP spoofing. This mecanism is used when the virtual...

What about this [project](https://github.com/haidaraM/ansible-playbook-grapher)?

Hi, Actually this kind of feature is mostly present in unit testing of real language. Because test are really independent. In the context of monkeyble we it's end to end....

And so Monkeyble already answer to that. You can test both scenario with `true `or `false`.

The problem is that Monkeyble works as a callback plugin. It's not aware of a side executions. So we cannot know that we passed in a particular task before and...

Also, "ferm" program sis not available since Rocky 8 in repo mirrors.

Maybe raising an exception here as we already have AuthFailed, SSLError, ConnectionError.

Maybe you can set this as config flag (raise_on_error) with default false to match the current behavior.