Remove used task
This commit is contained in:
parent
23915217c1
commit
224789fd55
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue