ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters
https://galaxy.ansible.com/ansible-community/consul/
BSD 2-Clause "Simplified" License
450 stars 313 forks source link

Fix CI #582

Closed nre-ableton closed 6 months ago

nre-ableton commented 7 months ago

Attempting to install netaddr in tasks/main.yml resulted in an error:

ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

Fortunately, we already install netaddr in prepare.yml and can define consul_install_dependencies: false, since we don't require any other dependencies.

This PR also updates the checkout and molecule GitHub actions to their latest versions.

nre-ableton commented 6 months ago

@bbaassssiiee thanks for merging!