Skip to content

Add ravendb.ravendb to Ansible 11 and 12 #579

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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 11/ansible-11.build
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ openstack.cloud: >=2.2.0,<3.0.0
ovirt.ovirt: >=3.2.0,<4.0.0
purestorage.flasharray: >=1.31.0,<2.0.0
purestorage.flashblade: >=1.19.0,<2.0.0
ravendb.ravendb: >=1.0.2,<2.0.0
sensu.sensu_go: >=1.14.0,<2.0.0
splunk.es: >=4.0.0,<5.0.0
telekom_mms.icinga_director: >=2.2.0,<3.0.0
Expand Down
1 change: 1 addition & 0 deletions 11/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ openstack.cloud
ovirt.ovirt
purestorage.flasharray
purestorage.flashblade
ravendb.ravendb
sensu.sensu_go
splunk.es
theforeman.foreman
Expand Down
2 changes: 2 additions & 0 deletions 11/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ collections:
repository: https://github.com/Pure-Storage-Ansible/FlashArray-Collection
purestorage.flashblade:
repository: https://github.com/Pure-Storage-Ansible/FlashBlade-Collection
ravendb.ravendb:
repository: https://github.com/ravendb/ansible-collection-ravendb
sensu.sensu_go:
maintainers:
- tadeboro
Expand Down
1 change: 1 addition & 0 deletions 12/ansible-12.build
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ openstack.cloud: >=2.4.0,<3.0.0
ovirt.ovirt: >=3.2.0,<4.0.0
purestorage.flasharray: >=1.36.0,<2.0.0
purestorage.flashblade: >=1.20.0,<2.0.0
ravendb.ravendb: >=1.0.2,<2.0.0
splunk.es: >=4.0.0,<5.0.0
telekom_mms.icinga_director: >=2.4.0,<3.0.0
theforeman.foreman: >=5.4.0,<6.0.0
Expand Down
1 change: 1 addition & 0 deletions 12/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ openstack.cloud
ovirt.ovirt
purestorage.flasharray
purestorage.flashblade
ravendb.ravendb
splunk.es
theforeman.foreman
telekom_mms.icinga_director
Expand Down
2 changes: 2 additions & 0 deletions 12/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ collections:
repository: https://github.com/Pure-Storage-Ansible/FlashArray-Collection
purestorage.flashblade:
repository: https://github.com/Pure-Storage-Ansible/FlashBlade-Collection
ravendb.ravendb:
repository: https://github.com/ravendb/ansible-collection-ravendb
splunk.es:
repository: https://github.com/ansible-collections/splunk.es
telekom_mms.icinga_director:
Expand Down