Skip to content

Commit 872b2ca

Browse files
authored
Unpin collection dependencies, keeping a version floor (#296)
Signed-off-by: Webster Mudge <[email protected]>
1 parent d5c9c9d commit 872b2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ tags:
4040
- tools
4141

4242
dependencies:
43-
"ansible.netcommon": "2.5.1"
44-
"community.general": "4.5.0"
43+
"ansible.netcommon": ">=2.5.1"
44+
"community.general": ">=4.5.0"
4545

4646
repository: https://github.com/cloudera-labs/cloudera.exe
4747
homepage: https://github.com/cloudera-labs/cloudera.exe

0 commit comments

Comments
 (0)