Files
infrastructure/ansible/roles/aurto/handlers/main.yml
2023-05-14 15:33:07 +01:00

6 lines
85 B
YAML

- name: restart nginx
service:
name: nginx
state: restarted
become: true