Update main.yml
This commit is contained in:
parent
8679f10f71
commit
33f9f9b7ba
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue