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

View File

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