Browse Source

allow Suse OS family (#4430)

pull/4437/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
1ce2f04f47
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

2
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

@ -15,7 +15,7 @@
- name: Stop if unknown OS
assert:
that: ansible_os_family in ['RedHat', 'CentOS', 'Fedora', 'Ubuntu', 'Debian', 'CoreOS', 'Container Linux by CoreOS', 'openSUSE Leap', 'openSUSE Tumbleweed', 'ClearLinux']
that: ansible_os_family in ['RedHat', 'CentOS', 'Fedora', 'Ubuntu', 'Debian', 'CoreOS', 'Container Linux by CoreOS', 'Suse', 'ClearLinux']
ignore_errors: "{{ ignore_assert_errors }}"
- name: Stop if unknown network plugin

Loading…
Cancel
Save