ansible-role-nginx/handlers/main.yml

7 lines
100 B
YAML
Raw Normal View History

2020-04-16 22:55:41 +00:00
---
# handlers file for nginx
- name: restart nginx
service:
name: nginx
state: restarted