Skip to content

Commit f7c24a3

Browse files
Merge pull request #21 from guidograzioli/add_galaxy_yml_deps
add requirements.yml to galaxy.yml
2 parents ebbccfe + d82effc commit f7c24a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

galaxy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: middleware_automation
33
name: infinispan
4-
version: "1.1.0"
4+
version: "1.1.1"
55
readme: README.md
66
authors:
77
- Romain Pelisse <rpelisse@redhat.com>
@@ -14,12 +14,13 @@ tags:
1414
- datagrid
1515
- redhat
1616
- rhel
17-
- rhn
1817
- server
1918
- database
2019
- infrastructure
2120
dependencies:
2221
"middleware_automation.redhat_csp_download": ">=1.2.1"
22+
"community.general": ">=5.6.0"
23+
"ansible.posix": ">=1.4.0"
2324
repository: https://github.com/ansible-middleware/infinispan
2425
documentation: https://ansible-middleware.github.io/infinispan
2526
homepage: https://github.com/ansible-middleware/infinispan

0 commit comments

Comments
 (0)