moved handlers to global

This commit is contained in:
rene
2022-03-11 14:05:49 +01:00
parent 2d27818dd9
commit 2ff81b17ea
2 changed files with 4 additions and 5 deletions

4
handlers/main.yml Normal file
View File

@@ -0,0 +1,4 @@
- name: restart_nginx
service:
name: "nginx"
state: restarted

View File

@@ -2,11 +2,6 @@
- name: apt_update - name: apt_update
apt: update_cache=yes apt: update_cache=yes
- name: restart_nginx
service:
name: "nginx"
state: restarted
- name: restart_jitsi - name: restart_jitsi
service: service:
name: "prosody jicofo jitsi-videobridge2" name: "prosody jicofo jitsi-videobridge2"