mariadb: Initial version of role

This commit is contained in:
Timo Makinen 2021-03-31 22:15:29 +00:00
parent 61d4754bf1
commit 3f9de759aa
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart mariadb
service:
name: mariadb
state: restarted