1 2 3 4 5 6 7 8
--- - name: restart openhop-repeater become: yes systemd: name: "openhop-repeater.service" state: "restarted" daemon_reload: "yes"
☐