roles/mariadb: Remove start/enable task
After installation the mariadb service is started and enabled, so we don't need to do that explicitly.
This commit is contained in:
parent
9b4f662bc5
commit
58598f470c
@ -20,10 +20,6 @@
|
|||||||
- restart mysql
|
- restart mysql
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Start and enable MariaDB Service
|
|
||||||
systemd: name=mysql state=started enabled=yes
|
|
||||||
tags: mariadb
|
|
||||||
|
|
||||||
# 'localhost' needs to be the last item for idempotency, see
|
# 'localhost' needs to be the last item for idempotency, see
|
||||||
# https://docs.ansible.com/ansible/latest/mysql_user_module.html
|
# https://docs.ansible.com/ansible/latest/mysql_user_module.html
|
||||||
- name: Update MariaDB root password for all root accounts
|
- name: Update MariaDB root password for all root accounts
|
||||||
|
Loading…
Reference in New Issue
Block a user