mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
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:
|
||||
- "8"
|
||||
- "9"
|
||||
Centos: *major_redhat_like
|
||||
CentOS: *major_redhat_like
|
||||
rsync: {}
|
||||
socat: {}
|
||||
software-properties-common: *debian_family_base
|
||||
|
||||
Reference in New Issue
Block a user