Browse Source

Fix CentOS typo (#11161)

The name reported in ansible_distribution is "CentOS", so this could
break some things.
pull/11173/head
Max Gautier 1 year ago
committed by GitHub
parent
commit
4cb688d5e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/vars/main.yml

2
roles/kubernetes/preinstall/vars/main.yml

@ -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

Loading…
Cancel
Save