ansible-infra/roles/common/handlers/nginx.yml

7 lines
125 B
YAML
Raw Normal View History

2020-04-13 14:46:45 +02:00
- name: Validate Nginx config
command: nginx -t
- name: Reload Nginx server
service:
name: nginx
state: reloaded