Skip to content

Commit

Permalink
Add dependency to vmware.vmware collection
Browse files Browse the repository at this point in the history
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra authored and bardielle committed May 20, 2024
1 parent 986bbf6 commit 1cc89eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Name | Description

### Requirements

The [community.vmware](https://github.com/ansible-collections/community.vmware), [vmware.vmware_rest](https://github.com/ansible-collections/vmware.vmware_rest) and [community.general](https://github.com/ansible-collections/community.general) collections MUST be installed in order for this collection to work.
The [community.vmware](https://github.com/ansible-collections/community.vmware), [vmware.vmware_rest](https://github.com/ansible-collections/vmware.vmware_rest), [vmware.vmware](https://github.com/ansible-collections/vmware.vmware) and [community.general](https://github.com/ansible-collections/community.general) collections MUST be installed in order for this collection to work.

### Installation

Expand Down
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ build_ignore:
dependencies: {
"vmware.vmware_rest": ">=2.3.1",
"community.vmware": ">=4.2.0",
"vmware.vmware": ">=1.0.0",
}
3 changes: 2 additions & 1 deletion tests/integration/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
collections:
- name: community.vmware
- name: vmware.vmware_rest
- name: containers.podman
- name: vmware.vmware
- name: containers.podman

0 comments on commit 1cc89eb

Please sign in to comment.