Files
ansible-pull/handlers/main.yml
2022-03-11 14:05:49 +01:00

4 lines
71 B
YAML

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