Skip to content
Snippets Groups Projects
Unverified Commit 4cb688d5 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

Fix CentOS typo (#11161)

The name reported in ansible_distribution is "CentOS", so this could
break some things.
parent e385ac7b
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ pkgs: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment