mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #20704 from FujitsuEnablingSoftwareTechnologyGmbH/centos-support
Auto commit by PR queue bot
This commit is contained in:
commit
e629ee6bd3
@ -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
Block a user