Skip to content

Commit ea6ef5c

Browse files
Merge pull request #665 from saito-hideki/pr/readme_20250728
Update README for release of Ansible Core 2.19 SUMMARY README updated with the release of Ansible Core 2.19 https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html ISSUE TYPE Docs Pull Request COMPONENT NAME ansible.posix ADDITIONAL INFORMATION N/A
2 parents 508e3d9 + 9007e20 commit ea6ef5c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ To upgrade the collection to the latest available version, run the following com
4646
ansible-galaxy collection install ansible.posix --upgrade
4747
```
4848

49-
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:
49+
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 2.0.0:
5050

5151
```shell
52-
ansible-galaxy collection install ansible.posix:==1.0.0
52+
ansible-galaxy collection install ansible.posix:==2.0.0
5353
```
5454

5555
See [using Ansible collections](https://docs.ansible.com/ansible/devel/user_guide/collections_using.html) for more details.
@@ -78,11 +78,10 @@ ansible-doc -t callback ansible.posix.profile_tasks
7878

7979
The following ansible-core versions have been tested with this collection:
8080

81-
- ansible-core 2.19 (devel)
82-
- ansible-core 2.18 (stable) *
81+
- ansible-core 2.20 (devel)
82+
- ansible-core 2.19 (stable) *
83+
- ansible-core 2.18 (stable)
8384
- ansible-core 2.17 (stable)
84-
- ansible-core 2.16 (stable)
85-
- ansible-core 2.15 (stable)
8685

8786
## Contributing
8887

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
trivial:
3+
- README - Update README to reflect Ansible Core 2.19 release.

0 commit comments

Comments
 (0)