Remove galera_client meta-dependency

Given that pymysql is pure python and has no C binding
dependencies, we no longer need the role to install the
MariaDB client libraries.

Change-Id: I1414eb49caab3cc8e18e2a330c6127912255e8e3
This commit is contained in:
Jesse Pretorius 2018-09-15 16:39:15 -06:00 committed by Jesse Pretorius (odyssey4me)
parent f9414ff0cb
commit 645a1b2329
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ galaxy_info:
- openstack
dependencies:
- galera_client
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'