datastax / pulsar-ansible

Apache License 2.0
4 stars 9 forks source link

Add support to install requirements on RHEL controlled nodes #28

Closed MMirelli closed 1 year ago

MMirelli commented 1 year ago

Solves #27.

I preferred using the dnf ansible module rather than the generic package module, as it's always better being more specific whenever possible, when deciding on modules. This is a best practice given by Sander van Vugt in a O'Really video course. I would assume this is mainly due to compatibility problems there might be under-the-hood when using generic modules.