Fix package list for nmcli module.

There was a missing package that causes this to fail.
pull/18777/head
Ashley Penney 9 years ago committed by Matt Clay
parent 58aa9d38b8
commit 48c075d363

@ -283,6 +283,7 @@ tenant_ip: "192.168.200.21/23"
- name: install needed network manager libs
yum: name={{ item }} state=installed
with_items:
- NetworkManager-glib
- libnm-qt-devel.x86_64
- nm-connection-editor.x86_64
- libsemanage-python

Loading…
Cancel
Save