self-hosting/roles/mariadb-install/handlers/main.yml

8 lines
118 B
YAML
Raw Normal View History

2022-03-12 17:33:10 +01:00
---
2022-03-12 17:51:19 +01:00
- name: Start mariadb service
2022-03-12 17:33:10 +01:00
systemd:
2022-03-12 17:51:19 +01:00
name: mariadb
2022-03-12 17:33:10 +01:00
state: started
enabled: true
scope: system