From 820eea3d19467e30a3fa1b696512f9b07715d6e2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 20 May 2020 21:02:56 +0200 Subject: [PATCH] Enable dependencies. --- galaxy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 5336a8bfc8..fa1348ad1b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,11 +9,11 @@ license_file: COPYING tags: null # NOTE: No more dependencies can be added to this list dependencies: -# ansible.netcommon: '>=0.1.0' -# ansible.posix: '>=0.1.0' -# cisco.intersight: '>=0.1.0' -# community.kubernetes: '>=0.1.0' -# google.cloud: '>=0.1.0' + ansible.netcommon: '>=0.1.0' + ansible.posix: '>=0.1.0' + cisco.intersight: '>=0.1.0' + community.kubernetes: '>=0.1.0' + google.cloud: '>=0.1.0' repository: https://github.com/ansible-collections/community.general documentation: https://github.com/ansible-collection-migration/community.general/tree/master/docs homepage: https://github.com/ansible-collections/community.general