mirror of https://github.com/k3s-io/k3s
Add CentOS support
parent
ce6fd46637
commit
82be3d08f3
|
@ -18,7 +18,7 @@ bridge-utils:
|
|||
- mode: 644
|
||||
- makedirs: true
|
||||
|
||||
{% if grains.os == 'Fedora' and grains.osrelease_info[0] >= 22 %}
|
||||
{% if (grains.os == 'Fedora' and grains.osrelease_info[0] >= 22) or (grains.os == 'CentOS' and grains.osrelease_info[0] >= 7) %}
|
||||
|
||||
docker:
|
||||
pkg:
|
||||
|
|
Loading…
Reference in New Issue