summaryrefslogtreecommitdiffstats
path: root/opt/infra/roles/nginx/handlers/main.yml
blob: 35585363f4f28196562dcf456ec77b38eb51dee3 (plain)
1
2
3
4
---
- name: restart nginx
  become: true
  service: name=nginx state=restarted