Ansible and Opennebula integration

Is anybody did opennebula management using Ansible?
Ansible 2.6 is having opennebula modules now. following is the current state and error example.

[root@ansible1 ansible]# pip install git+https://github.com/python-oca/python-oca.git
Collecting git+https://github.com/python-oca/python-oca.git
Cloning GitHub - python-oca/python-oca: Python Bindings for XMLRPC OpenNebula Cloud API to /tmp/pip-req-build-TCKl9V
Requirement already satisfied (use --upgrade to upgrade): oca==4.15.0a1 from git+https://github.com/python-oca/python-oca.git in /usr/lib/python2.7/site-packages
Requirement already satisfied: future in /usr/lib/python2.7/site-packages (from oca==4.15.0a1) (0.16.0)
Building wheels for collected packages: oca
Running setup.py bdist_wheel for oca … done
Stored in directory: /tmp/pip-ephem-wheel-cache-o7tU9r/wheels/2e/f0/e9/0e723d91c43e1d97ad43d0891a6a3d117574dad93e0b0d3d01
Successfully built oca
[root@ansible1 ansible]# ansible all -m one_vm
192.168.1.50 | FAILED! => {
“changed”: false,
“msg”: “This module requires python-oca to work!”
}
[root@ansible1 ansible]