Remove used task

This commit is contained in:
Adrien Reslinger 2020-03-18 00:32:38 +01:00
parent 23915217c1
commit 224789fd55

View file

@ -167,11 +167,6 @@
- kubeadm_version_minor.stdout | int >= 15
- server_enrolled.rc == 1
#- name: Extend Master services on unconfigured hosts
# include_tasks: "add_master.yml"
# when:
# - groups['KubernetesMaster'] | length > 1
- name: Check if a node is still tainted
command: kubectl get nodes '{{ ansible_host }}' -o jsonpath='{.spec.taints}'
when: kubernetes_master_taint