Ignore condition
This commit is contained in:
parent
a22215fa08
commit
ae8ed85e43
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
|||
copy:
|
||||
src: "/etc/kubernetes/admin.conf"
|
||||
dest: "/root/.kube/config"
|
||||
remote_src: yes
|
||||
when: and ansible_hostname == k8s_first_master_node
|
||||
# remote_src: yes
|
||||
# when: and ansible_hostname == k8s_first_master_node
|
||||
|
||||
- name: Install Calico CNI
|
||||
command: kubectl apply -f "https://docs.projectcalico.org/v3.13/manifests/calico.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue