roles/mariadb: Install python bindings for ansible's mysql module
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
9fcdb89261
commit
775f0e7f5f
@ -11,7 +11,7 @@
|
|||||||
apt: name={{ item }} state=present update_cache=yes
|
apt: name={{ item }} state=present update_cache=yes
|
||||||
with_items:
|
with_items:
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
# - python-mysqldb # for ansible
|
- python-mysqldb # for ansible
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Start and enable MariaDB Service
|
- name: Start and enable MariaDB Service
|
||||||
|
Loading…
Reference in New Issue
Block a user