Skip to content

Commit

Permalink
Fix CentOS typo (#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 May 6, 2024
1 parent e385ac7 commit 4cb688d
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 4cb688d

Please sign in to comment.