Update main.yml

This commit is contained in:
Bogdan Dobrelya 2016-12-12 21:37:16 +01:00 committed by GitHub
parent 3117858dcd
commit f52ed9f91e

View file

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