Update main.yml
parent
3117858dcd
commit
f52ed9f91e
|
@ -15,7 +15,7 @@
|
||||||
networking
|
networking
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
state: restarted
|
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
|
- name: Preinstall | update resolvconf for CoreOS
|
||||||
command: /bin/true
|
command: /bin/true
|
||||||
|
|
Loading…
Reference in New Issue