mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 23:03:40 +00:00
Add CentOS support
This commit is contained in:
parent
ce6fd46637
commit
82be3d08f3
@ -18,7 +18,7 @@ bridge-utils:
|
|||||||
- mode: 644
|
- mode: 644
|
||||||
- makedirs: true
|
- 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:
|
docker:
|
||||||
pkg:
|
pkg:
|
||||||
|
Loading…
Reference in New Issue
Block a user