cloudalchemy / ansible-prometheus

Deploy Prometheus monitoring system
MIT License
1.11k stars 454 forks source link

Add OracleLinux support #379

Closed bekoeppel closed 2 years ago

bekoeppel commented 2 years ago

Oracle Linux is identified as ansible_distribution = OracleLinux, and needs the same package installation as CentOS 8 or RHEL.

sjpb commented 2 years ago

This should be fixed already for all RHEL clones in master by aa95978755345097effca886bf116dace739d31b

bekoeppel commented 2 years ago

Hey sjpb,

thanks for reviewing, you are right, aa95978 should fix it. Thank you!

Benedikt