diff --git a/collections/requirements.yml b/collections/requirements.yml index 9bb0edd..d9492d1 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,6 +1,8 @@ --- collections: -- community.general -- ansible.posix -- ansible.utils -- ansible.windows \ No newline at end of file +- name: https://github.com/ansible-collections/community.general.git + type: git + version: '>=9.0.0' +- name: ansible.posix +- name: ansible.utils +- name: ansible.windows