ansible-community / ara-collection

Collection of Ansible roles for ARA Records Ansible.
https://ara.recordsansible.org
GNU General Public License v3.0
28 stars 16 forks source link

Added logic to also update the ARA packages to a specific version #14

Closed Thulium-Drake closed 3 years ago

Thulium-Drake commented 3 years ago

When running with the pypi installation method, the tasks I made would only install ARA, but never update. Neither would it respect the ara_api_version variable and just do it's own thing.

This should fix that :-)

dmsimard commented 3 years ago

Hey @Thulium-Drake -- I added the CI jobs back in for ara but not for the collection yet. I'll do that soon so we can have your PRs tested before landing them.