Skip to content

Commit

Permalink
Depend on vmware.vmware (ansible-collections#2159)
Browse files Browse the repository at this point in the history
SUMMARY
We've deprecated some modules in favor of ones from vmware.vmware. Let's make this collection a dependency, so it's already there when people want to use it.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
galaxy.yml
ADDITIONAL INFORMATION
New vmware.vmware collection and impact on community.vmware
  • Loading branch information
mariolenz authored Sep 9, 2024
1 parent 6934fb0 commit 50595f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/2159-depend-on-vmware.vmware.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
breaking_changes:
- Adding a dependency on the ``vmware.vmware`` collection
(https://github.com/ansible-collections/community.vmware/pull/2159).
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ tags:
- cloud
- vmware
- virtualization
dependencies: {}
dependencies:
vmware.vmware: ">=1.5.0,<2.0.0"
repository: https://github.com/ansible-collections/community.vmware.git
homepage: https://github.com/ansible-collections/community.vmware
issues: https://github.com/ansible-collections/community.vmware/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

0 comments on commit 50595f1

Please sign in to comment.