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: I78d209a4c35379ede7f98019edc1250903a87895
This commit is contained in:
Jesse Pretorius 2018-09-15 16:45:15 -06:00
parent b7e7f7292c
commit 75a7c04f39
1 changed files with 0 additions and 1 deletions

View File

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