mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix package list for nmcli module.
There was a missing package that causes this to fail.
This commit is contained in:
parent
58aa9d38b8
commit
48c075d363
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ tenant_ip: "192.168.200.21/23"
|
||||||
- name: install needed network manager libs
|
- name: install needed network manager libs
|
||||||
yum: name={{ item }} state=installed
|
yum: name={{ item }} state=installed
|
||||||
with_items:
|
with_items:
|
||||||
|
- NetworkManager-glib
|
||||||
- libnm-qt-devel.x86_64
|
- libnm-qt-devel.x86_64
|
||||||
- nm-connection-editor.x86_64
|
- nm-connection-editor.x86_64
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
|
|
Loading…
Reference in a new issue