--- - name: enable "{{ k8s_type }}" service ansible.builtin.systemd: name: "{{ k8s_type }}-{{ node_type }}" state: restarted enabled: true