mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
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>
13 lines
262 B
YAML
13 lines
262 B
YAML
---
|
|
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
|
|
version: "==3.0.3"
|
|
- name: openstack.cloud
|
|
version: "==2.4.1"
|