6 lines
114 B
YAML

---
- name: Restart act_runner
ansible.builtin.systemd:
name: act_runner
state: restarted
become: true