Skip to content
Open
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
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Collection containing common utilities to support Ansible Middleware automation
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.16.0**.

## Python version compatibility

This collection has been tested against following Python versions: **>=3.6**.
This collection has been tested against following Python versions: **>=3.12**.

<!--end requires_ansible-->

Expand Down Expand Up @@ -59,9 +59,22 @@ To install all the dependencies via galaxy:

pip install -r requirements.txt


## Support

<!--start support -->

For bug reports and feature requests, use [GitHub Issues](https://github.com/ansible-middleware/common/issues).

<!--end support -->


## Release and Upgrade Notes

For details on changes between versions, please see the [CHANGELOG](https://github.com/ansible-middleware/common/blob/main/CHANGELOG.rst) for this collection.

## License

[Apache License 2.0](https://github.com/ansible-middleware/common/blob/main/LICENSE)
Apache License v2.0 or later

See [LICENSE](LICENSE) to view the full text.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
antsibull>=0.17.0
antsibull-docs
antsibull-changelog
ansible-core>=2.14.1
ansible-core>=2.16.0
ansible-pygments
sphinx-rtd-theme
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
Expand Down
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build_ignore:
- .github
- .ansible-lint
- .yamllint
- .DS_Store
- '*.tar.gz'
- '*.zip'
- molecule
Expand Down
Loading