From 33001dc387f0124ac31a0802b2fa0e6f8557859f Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Wed, 10 Mar 2021 22:49:15 +0800 Subject: [PATCH] ansible-galaxy collection install 'community.general:>=2.0.0,<3.0.0' --- ansible-galaxy-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-galaxy-requirements.yml b/ansible-galaxy-requirements.yml index 5193ad5..6100008 100644 --- a/ansible-galaxy-requirements.yml +++ b/ansible-galaxy-requirements.yml @@ -17,7 +17,7 @@ collections: - name: community.general src: https://galaxy.ansible.com - version: ">=1.0.0,<2.0.0" + version: ">=2.0.0,<3.0.0" - name: community.kubernetes src: https://galaxy.ansible.com