ansible/roles/nginx/handlers/main.yml
Thomas Schmid 3dfff93c0e initial commit
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-01-11 20:29:31 +01:00

5 lines
65 B
YAML

---
- name: Restart nginx
service: name=nginx state=restarted