Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ansible nmcli module - requirement issue

I am trying to use the Ansible nmcli module on a Debian 9 target. I am getting the following error:

This module requires NetworkManager glib API

The Ansible documentation says that I need NetworkManager-glib. On Centos and RHEL this package is very easy to find. But on Debian, I don't find it. I have install all Network-manager packets without success... Even libnm-glib4 package.

like image 482
Mr.King Avatar asked Oct 18 '22 10:10

Mr.King


1 Answers

Install libnm-glib-dev and try again.

like image 186
Eric Citaire Avatar answered Oct 21 '22 06:10

Eric Citaire