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:
Alan Orth 2017-11-05 00:28:07 +02:00
parent 9b4f662bc5
commit 58598f470c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@
- restart mysql
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
# https://docs.ansible.com/ansible/latest/mysql_user_module.html
- name: Update MariaDB root password for all root accounts