Skip to content

Commit d10421b

Browse files
committed
add readme placeholders
1 parent a266910 commit d10421b

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ansible Collection - Common
2-
2+
<!--start build_status -->
33
[![Build Status](https://github.com/ansible-middleware/common/workflows/CI/badge.svg?branch=main)](https://github.com/ansible-middleware/common/actions/workflows/ci.yml)
4-
4+
<!--end build_status -->
55
## About
66

77
Collection containing common utilities to support Ansible Middleware automation
@@ -20,17 +20,23 @@ This collection has been tested against following Pyhton versions: **>=3.6**.
2020

2121
## Included content
2222

23-
### Modules:
23+
### Modules
2424

2525
* `product_download`: downloads products from the JBoss Network API
2626
* `product_search`: searches products from the JBoss Network API
2727

28+
### Filters
29+
30+
* `version_sort`: sort a list of strings according to version ordering
31+
32+
2833
## Installation
2934

35+
<!--start galaxy_download -->
3036
### Download from galaxy
3137

3238
ansible-galaxy collection install middleware_automation.common
33-
39+
<!--end galaxy_download -->
3440

3541
### Build and install locally
3642

@@ -50,9 +56,8 @@ To install all the dependencies via galaxy:
5056

5157
pip install -r requirements.txt
5258

53-
## Support
54-
55-
The common collection is for [Technical Preview](https://access.redhat.com/support/offerings/techpreview). If you have any issues or questions related to collection, please don't hesitate to contact us on <Ansible-middleware-core@redhat.com> or open an issue on <https://github.com/ansible-middleware/common/issues>
59+
<!--start support -->
60+
<!--end support -->
5661

5762
## License
5863

0 commit comments

Comments
 (0)