Add missing ansible.utils collection to requirements.yml (#14880)

The ansible.utils.ipmath filter is used in config.cfg and WireGuard
templates but the collection was not listed in requirements.yml.
This causes 'No filter named ipmath' errors for users who install
ansible-core separately rather than the full ansible package.

Fixes #14879

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dan Guido
2025-11-27 14:34:04 -05:00
committed by GitHub
co-authored by Claude
parent 38e87c2f5a
commit 3e62871e6c
+2
View File
@@ -2,6 +2,8 @@
collections:
- name: ansible.posix
version: "==2.1.0"
- name: ansible.utils
version: ">=4.0.0"
- name: community.general
version: "==11.1.0"
- name: community.crypto