mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-06 17:07:38 -02:30
Fix CentOS typo (#11161)
The name reported in ansible_distribution is "CentOS", so this could break some things.
This commit is contained in:
@@ -97,7 +97,7 @@ pkgs:
|
|||||||
major_versions:
|
major_versions:
|
||||||
- "8"
|
- "8"
|
||||||
- "9"
|
- "9"
|
||||||
Centos: *major_redhat_like
|
CentOS: *major_redhat_like
|
||||||
rsync: {}
|
rsync: {}
|
||||||
socat: {}
|
socat: {}
|
||||||
software-properties-common: *debian_family_base
|
software-properties-common: *debian_family_base
|
||||||
|
|||||||
Reference in New Issue
Block a user