mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Merge pull request #238 from saito-hideki/pr/update_readme_with_versions
Update README.md with ansible versions and release notes SUMMARY Update README.md with ansible versions and release notes: Update ansible-core versions in the Tested with ansible section. Change the Release notes section to use CHANGELOG.rst link. ISSUE TYPE Docs Pull Request COMPONENT NAME ansible.posix ADDITIONAL INFORMATION None Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: None <None>
This commit is contained in:
commit
f85f2904c9
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
|
@ -6,7 +6,7 @@ https://dev.azure.com/ansible/ansible.posix/_apis/build/status/CI?branchName=mai
|
||||||
|
|
||||||
<!-- Describe the collection and why a user would want to use it. What does the collection do? -->
|
<!-- Describe the collection and why a user would want to use it. What does the collection do? -->
|
||||||
An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and derivative Operating Systems.
|
An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and derivative Operating Systems.
|
||||||
|
|
||||||
## Supported Versions of Ansible
|
## Supported Versions of Ansible
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible-->
|
||||||
## Ansible version compatibility
|
## Ansible version compatibility
|
||||||
|
|
@ -75,9 +75,7 @@ This collection follows the Ansible project's
|
||||||
Please read and familiarize yourself with this document.
|
Please read and familiarize yourself with this document.
|
||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
See [changelog](https://github.com/ansible-collections/ansible.posix/blob/main/CHANGELOG.rst) for more details.
|
||||||
* 0.1.1 Initial stable build
|
|
||||||
* 0.1.0 Internal only build
|
|
||||||
|
|
||||||
## External requirements
|
## External requirements
|
||||||
|
|
||||||
|
|
@ -87,9 +85,10 @@ None
|
||||||
|
|
||||||
<!-- List the versions of Ansible the collection has been tested with. Must match what is in galaxy.yml. -->
|
<!-- List the versions of Ansible the collection has been tested with. Must match what is in galaxy.yml. -->
|
||||||
|
|
||||||
* ansible-base 2.11 (devel)
|
* ansible-core 2.12 (devel)
|
||||||
* ansible-base 2.10 (Beta)
|
* ansible-core 2.11 (stable)
|
||||||
* ansible-base 2.9 (stable)
|
* ansible-base 2.10 (stable)
|
||||||
|
* ansible 2.9 (stable)
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue