Files
2026-08-19 22:33:19 +02:00

10 lines
187 B
YAML

---
- name: reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: restart jumphost-app service
ansible.builtin.service:
name: jumphost-app
state: restarted