Merge "Fix mysql binary name"

This commit is contained in:
Zuul 2020-07-03 07:26:56 +00:00 committed by Gerrit Code Review
commit f44a149474

View File

@ -22,7 +22,7 @@
tasks:
- name: Stop mariadb
service:
name: mysql
name: mariadb
state: stopped
retries: 5
delay: 10
@ -43,7 +43,7 @@
- name: Start mariadb
service:
name: mysql
name: mariadb
state: started
retries: 5
delay: 10