aboutsummaryrefslogtreecommitdiff
path: root/roles/mariadb/handlers/main.yml
blob: 9c9e4d09ae8084c5472d037bcb816e9a8b6b8761 (plain)
1
2
3
4
5
6
- name: Restart MariaDB
  systemd:
    name: mariadb.service
    enabled: yes
    state: restarted
  become: yes