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.

Depends-On: https://review.openstack.org/602907
Change-Id: Ide6a83f980565af9cedb22e0ededaa2dea3487c6
This commit is contained in:
Jesse Pretorius 2018-09-15 16:43:17 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 5328303c8c
commit 3b829ec3a3
1 changed files with 0 additions and 1 deletions

View File

@ -28,4 +28,3 @@ dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'
- galera_client