- name: Remove control plane NoSchedule taint kubernetes.core.k8s_taint: state: absent name: "{{ ansible_facts['hostname'] }}" taints: - key: node-role.kubernetes.io/control-plane effect: NoSchedule