JonasPammer / ansible-role-goaccess

An ansible role for installing GoAccess, a real-time web log analyzer that runs in a terminal or the browser.
MIT License
4 stars 1 forks source link

fix: GeoIP no longer exists in RHEL9 #45

Closed JonasPammer closed 1 year ago

JonasPammer commented 1 year ago

or, at least this alteration is needed for Rocky Linux 9

libmaxminddb (which still exists) is GeoIP2 (as per https://github.com/allinurl/goaccess#distribution-packages), so the missing of just GeoIP should be fine

Fixes #44

Pull Request Checklist

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No - because RHEL source installs were already not working it changes nothing in this matter. its only odd that i named the variable like that and install it no matter the method. may have misread the documentation when implementing it. might make a breaking PR to fix this situation.