Merge pull request #1559 from apenney/more-fixes
DOCS: Fix package list for nmcli module.
This commit is contained in:
commit
7eb3d6e15b
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