Fix CentOS typo (#11161)

The name reported in ansible_distribution is "CentOS", so this could
break some things.
pull/11173/head
Max Gautier 2024-05-06 02:52:18 +00:00 committed by GitHub
parent e385ac7b40
commit 4cb688d5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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