ansible/roles/matrix-riot/handlers/main.yml

7 lines
107 B
YAML
Raw Normal View History

2019-02-07 13:37:03 +01:00
---
# Reload the NGINX service
- name: Reload NGINX service
service:
name: nginx
state: reloaded