mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
e0c492eeb5
commit
a799777d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue