network: install python-gobject package by default

The "nm" provider talks to NetworkManager via libnm and python GObject
introspection. Install the required python library by default.

Unfortunately, it's not immediately clear whether we want to install
python2-gobject or python3-gobject. Yeay, python.
This commit is contained in:
Thomas Haller 2018-01-23 16:19:47 +01:00
parent e0c492eeb5
commit a799777d1a

View file

@ -2,7 +2,7 @@ network_provider: "{{ network_provider_default }}"
network_connections: []
network_service_name_default_nm: NetworkManager
network_packages_default_nm: [ ethtool, NetworkManager ]
network_packages_default_nm: [ ethtool, python-gobject, NetworkManager ]
network_service_name_default_initscripts: network
network_packages_default_initscripts: [ ethtool ]