ansible-infra/playbooks/roles/nginx/handlers/main.yml
yuri e74a50e873
Automate light server
Co-authored-by: J <j@jsts.xyz>
2022-11-17 23:30:52 +01:00

5 lines
87 B
YAML

- name: Reload nginx
ansible.builtin.systemd:
service: nginx
state: reloaded