Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vmware.vmware to Ansible 9+ #439

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 10/ansible-10.build
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ splunk.es: >=3.0.0,<4.0.0
t_systems_mms.icinga_director: >=2.0.0,<3.0.0
telekom_mms.icinga_director: >=2.1.0,<3.0.0
theforeman.foreman: >=4.0.0,<5.0.0
vmware.vmware: >=1.3.0,<2.0.0
vmware.vmware_rest: >=3.0.0,<4.0.0
vultr.cloud: >=1.12.0,<2.0.0
vyos.vyos: >=4.1.0,<5.0.0
Expand Down
1 change: 1 addition & 0 deletions 10/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware
vmware.vmware_rest
vultr.cloud
vyos.vyos
Expand Down
3 changes: 3 additions & 0 deletions 10/collection-meta.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Please keep this in alphabetical order
---
collections:
amazon.aws:
Expand Down Expand Up @@ -287,6 +288,8 @@ collections:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
vmware.vmware:
repository: https://github.com/ansible-collections/vmware.vmware
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
vmware.vmware_rest:
maintainers:
# ansible-collections/cloud
Expand Down
1 change: 1 addition & 0 deletions 11/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware
vmware.vmware_rest
vultr.cloud
vyos.vyos
Expand Down
3 changes: 3 additions & 0 deletions 11/collection-meta.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Please keep this in alphabetical order
---
collections:
amazon.aws:
Expand Down Expand Up @@ -273,6 +274,8 @@ collections:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
vmware.vmware:
repository: https://github.com/ansible-collections/vmware.vmware
vmware.vmware_rest:
maintainers:
# ansible-collections/cloud
Expand Down