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