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: Ibecc182d370d1aa3801f49d47421d9fd2037df5f
This commit is contained in:
Jesse Pretorius 2018-09-15 16:30:26 -06:00
parent 155120ab0f
commit 9f4de30f20
1 changed files with 0 additions and 1 deletions

View File

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