Fix package list for nmcli module.

There was a missing package that causes this to fail.
This commit is contained in:
Ashley Penney 2016-01-26 13:38:44 -05:00
parent 3ed8a2ff67
commit 25262c2238

View file

@ -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