infrastructure/ansible/roles/dokku/handlers/main.yml

6 lines
85 B
YAML
Raw Normal View History

2023-10-01 16:25:20 +01:00
- name: restart nginx
service:
name: nginx
state: restarted
become: true