First untested version

This commit is contained in:
Oleg "Zmey!" Vasiliev
2022-05-09 20:26:15 +03:00
parent 9c87bc5130
commit a7c8992aaf
4 changed files with 88 additions and 18 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: MySQL | Restart
service:
name: "{{ mysql_service_name }}"
state: restarted