Merge handlers into common
This commit is contained in:
parent
2e2562ffa1
commit
06ce1ef0f3
3 changed files with 7 additions and 14 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
- name: Reload apache2 service
|
||||
become: true
|
||||
systemd:
|
||||
name: apache2
|
||||
state: reloaded
|
|
@ -11,3 +11,10 @@
|
|||
systemd:
|
||||
name: apache2
|
||||
state: reloaded
|
||||
|
||||
- name: Start mariadb service
|
||||
become: true
|
||||
systemd:
|
||||
name: mariadb
|
||||
state: started
|
||||
enabled: true
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Start mariadb service
|
||||
become: true
|
||||
systemd:
|
||||
name: mariadb
|
||||
state: started
|
||||
enabled: true
|
||||
scope: system
|
Loading…
Reference in a new issue