Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove netaddr dependency #4

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from

Conversation

Bierchermuesli
Copy link

@Bierchermuesli Bierchermuesli commented Nov 14, 2024

I got some pip issues, as it is not recommended anymore since PEP 668. My intend was to replace pip to package (as we deal with general Debian playbook) something like:

hc_packages:
 - 	python3-netaddr
    - name: install controller dependencies 
      ansible.builtin.package:
        name: "{{ hc_packages }}"
        update_cache: yes
        cache_valid_time: 86400
        state: present
      become: True      

However then I noticed netaddr is not in use (anymore?) maybe was it part of the filter plugin?

Anyway: very cool playbook, thank you for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant