ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
294 stars 163 forks source link

Add support for Almalinux #191

Closed dosera closed 6 months ago

dosera commented 6 months ago

Adds support for AlmaLinux

rndmh3ro commented 6 months ago

Hey @dosera,

thanks for this PR.

To add support for Alma, we also need to test it with molecule. Can you add it here?

https://github.com/ansible-community/ansible-nomad/blob/master/.github/workflows/molecule.yml https://github.com/ansible-community/ansible-nomad/tree/master/molecule

dosera commented 6 months ago

Hello @rndmh3ro, thank you for the heads up! I have now included the molecule scenarios for AlmaLinux 8 and 9. While I tested this locally using https://github.com/nektos/act, I am curious about how to run this with molecule on my local setup. Could you provide some guidance on this? Perhaps this information could also be added to the README.md for clarity.

rndmh3ro commented 6 months ago

The command is this:

molecule --base-config molecule/_shared/base.yml test --scenario-name debian-12

I agree, this should be better documented..