1 2 3 4 5 6
--- - name: "Restart garage" become: true ansible.builtin.systemd_service: name: "garage" state: "restarted"