1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-05-24 05:56:30 +02:00
ansible-nginx-hardening/handlers/main.yml
schurzi 3028b5ddc7
fix linting issues (#30)
* fix linting issues

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* set file permissions

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
2020-08-24 10:45:13 +02:00

6 lines
76 B
YAML

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