From 62d2aadbe7e6cc1f54ecc26fd921c14fe95a2c22 Mon Sep 17 00:00:00 2001 From: Fco Javier Lopez Perez Date: Thu, 23 May 2024 14:51:15 +0200 Subject: [PATCH] Task #7425 - Fix community general ansible collection required version which includes nsupdate and proxmox --- collections/requirements.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 868b3ac..ed2f4af 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,5 +1,7 @@ collections: -- name: community.general +- name: https://github.com/ansible-collections/community.general.git + type: git + version: '>=8.6.0' - name: ansible.posix - name: ansible.utils -- name: ansible.windows \ No newline at end of file +- name: ansible.windows