Skip to content

fix(ansible): replace ipaddr filter with regex for IP detection

Jérôme Revillard requested to merge fix/ansible-ipaddr-regex into main

The ansible.utils ipaddr filter is not available despite collection installed. Use regex_search instead — no extra collections needed, works on all Ansible versions.

Merge request reports

Loading