From 8f74f647dcf6b34600c84958d901da69c70e3d03 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 22 Nov 2025 02:42:18 +1000 Subject: [PATCH] upd ansi --- requirements.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.yml b/requirements.yml index 9e8e43a..71d234b 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,12 +1,15 @@ --- collections: - name: community.general - source: git+https://github.com/ansible-collections/community.general.git + source: https://github.com/ansible-collections/community.general.git + type: git #version: 9.5.0 - name: ansible.utils - source: git+https://github.com/ansible-collections/ansible.utils.git + source: https://github.com/ansible-collections/ansible.utils.git + type: git #version: 4.1.0 - name: prometheus.prometheus source: https://github.com/prometheus-community/ansible.git + type: git #version: 0.22.0 \ No newline at end of file