1
0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-11-26 11:13:45 +01:00
ansible-nginx-hardening/handlers/main.yml
2018-09-08 14:59:13 +02:00

5 lines
72 B
YAML

- name: restart nginx
service:
name: "nginx"
state: restarted