Alex Gridnev

Results 4 comments of Alex Gridnev

same issue for me: ``` TASK [cloud-vultr : Creating a server] ************************************************************************************************************************************************************************************************************ An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ValueError: invalid...

fails on this line: https://github.com/ngine-io/ansible-collection-vultr/blob/master/plugins/module_utils/vultr.py#L271

did a bit of debugging, the problem is in "allowed_bandwidth_gb" parameter: ``` 'allowed_bandwidth_gb': '1.524' ``` it's trying to convert it to int and fails. as a workaround i patched vultr...

Hi @anbroid. I've just set up this driver, and it works for me too (kernel 4.12.5). To enable simple tapping just do in the bash: ``` xinput set-prop "bcm5974" "libinput...