--- - name: Restart worker ansible.builtin.systemd_service: name: our-worker state: restarted enabled: true daemon_reload: true