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

8 lines
116 B
YAML
Raw Normal View History

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