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

fix: Replace deprecated ansible.netcommon.ipaddr #242

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

btravouillon
Copy link
Collaborator

This filter is deprecated as per https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/ipaddr_filter.html

Use ansible.utils.ipaddr instead.

I observed the deprecation notice while adding new nodes to the cluster.

TASK [lae.proxmox : Mount Ceph filesystems] ************************************
Friday 31 May 2024  22:09:03 +0000 (0:00:00.299)       0:02:18.056 ************ 
[DEPRECATION WARNING]: Use 'ansible.utils.ipaddr' module instead. This feature 
will be removed from ansible.netcommon in a release after 2024-01-01. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.

@lae lae merged commit 970b7a2 into lae:develop Jul 1, 2024
@btravouillon btravouillon deleted the fix/ipaddr branch July 2, 2024 00:35
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.

2 participants