mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-26 11:13:45 +01:00
5 lines
72 B
YAML
5 lines
72 B
YAML
- name: restart nginx
|
|
service:
|
|
name: "nginx"
|
|
state: restarted
|