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: I3d752bdde0dc38fd0cf4a5941b9d4496189dddb7
This commit is contained in:
Jesse Pretorius 2018-09-15 23:28:52 -06:00
parent 5177b85e45
commit d3bcd1c951
1 changed files with 0 additions and 3 deletions

View File

@ -40,6 +40,3 @@ dependencies:
- role: apt_package_pinning - role: apt_package_pinning
when: when:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'
- role: galera_client
vars:
galera_client_drop_config_file: false