Browse Source

Update main.yml

pull/667/head
Bogdan Dobrelya 8 years ago
committed by GitHub
parent
commit
f52ed9f91e
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/handlers/main.yml

2
roles/kubernetes/preinstall/handlers/main.yml

@ -15,7 +15,7 @@
networking
{%- endif %}
state: restarted
when: ansible_os_family != "CoreOS" or kube_network_plugin not in ['canal', 'calico']
when: ansible_os_family != "CoreOS" and kube_network_plugin not in ['canal', 'calico']
- name: Preinstall | update resolvconf for CoreOS
command: /bin/true

Loading…
Cancel
Save