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: I308642a6dcfbbec51c6553b81d0565d8b604f10f
This commit is contained in:
Jesse Pretorius 2018-09-15 16:27:33 -06:00
parent 53e79276c9
commit d405d276db
1 changed files with 0 additions and 1 deletions

View File

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