Ignore condition

This commit is contained in:
D4rk4 2020-07-31 14:53:37 +02:00
parent a22215fa08
commit ae8ed85e43
2 changed files with 3 additions and 3 deletions

View file

@ -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"