Merge handlers into common

This commit is contained in:
flyingscorpio@clevo 2022-03-13 10:10:51 +01:00
parent 2e2562ffa1
commit 06ce1ef0f3
3 changed files with 7 additions and 14 deletions

View file

@ -1,6 +0,0 @@
---
- name: Reload apache2 service
become: true
systemd:
name: apache2
state: reloaded

View file

@ -11,3 +11,10 @@
systemd:
name: apache2
state: reloaded
- name: Start mariadb service
become: true
systemd:
name: mariadb
state: started
enabled: true

View file

@ -1,8 +0,0 @@
---
- name: Start mariadb service
become: true
systemd:
name: mariadb
state: started
enabled: true
scope: system