roles/mysql: Fixed handling of handlers

wip
Felix Stupp 5 years ago
parent 3894d27b25
commit 021cd2cb57
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -6,6 +6,7 @@
name:
- mariadb-server
- mariadb-client
notify: restart mysql
- name: Install ansible dependencies for configuring
pip:
@ -13,6 +14,8 @@
name:
- PyMySQL
- meta: flush_handlers
- name: Lock root user for localhost
mysql_user:
user: "root"

Loading…
Cancel
Save