Task #7425 - Fix community general ansible collection required version which includes nsupdate and proxmox
This commit is contained in:
parent
8a70fde52a
commit
62d2aadbe7
|
@ -1,5 +1,7 @@
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: https://github.com/ansible-collections/community.general.git
|
||||||
|
type: git
|
||||||
|
version: '>=8.6.0'
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
- name: ansible.utils
|
- name: ansible.utils
|
||||||
- name: ansible.windows
|
- name: ansible.windows
|
||||||
|
|
Loading…
Reference in New Issue