Skip to content

Commit

Permalink
Fix CentOS typo (kubernetes-sigs#11161)
Browse files Browse the repository at this point in the history
The name reported in ansible_distribution is "CentOS", so this could
break some things.
  • Loading branch information
VannTen authored and kpoxo6op committed Dec 27, 2024
1 parent b20cd6d commit f30ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30ed76

Please sign in to comment.