Fix CentOS typo (#11161)
The name reported in ansible_distribution is "CentOS", so this could break some things.pull/11173/head
parent
e385ac7b40
commit
4cb688d5e4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue