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: I309022aa53b8878a167d09d6288678eee5ca0159
This commit is contained in:
Jesse Pretorius 2018-09-15 16:37:04 -06:00
parent 484fb899a0
commit d47e318bc1
1 changed files with 0 additions and 3 deletions

View File

@ -42,6 +42,3 @@ dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'
- role: galera_client
when:
- keystone_database_enabled | bool