Skip to content

Commit f5343c6

Browse files
authored
Merge pull request #830 from Wabri/bump/ansible_update
feat(requirements): update requirements with ansible 9.5.1
2 parents c525137 + a2cae14 commit f5343c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ N.B. The Ansible Collection works with SLES from version 15 SP3 and upwards, for
9090
### Execution/Controller host - Operating System requirements
9191

9292
Execution of Ansible Playbooks using this Ansible Collection have been tested with:
93-
- Python 3.9.7 and above (i.e. CPython distribution)
94-
- Ansible Core 2.12.0 and above _(included with optional installation of Ansible Community Edition 5.0 and above)_
93+
- Python 3.10.14 and above (i.e. CPython distribution)
94+
- Ansible Core 2.16.9 and above _(included with optional installation of Ansible Community Edition 5.0 and above)_
9595
- OS: macOS with Homebrew, RHEL, SLES, and containers in Task Runners (e.g. Azure DevOps)
9696

9797
#### Ansible Core version
9898

99-
This Ansible Collection was designed for maximum backwards compatibility, with full compatibility starting from Ansible Core 2.12.0 and above.
99+
This Ansible Collection was designed for maximum backwards compatibility, with full compatibility starting from Ansible Core 2.16.9 and above.
100100

101101
**Note 1:** Ansible 2.9 was the last release before the Ansible project was split into Ansible Core and Ansible Community Edition, and was before Ansible Collections functionality was introduced. This Ansible Collection should execute when Ansible 2.9 is used, but it is not recommended and errors should be expected (and will not be resolved).
102102

Diff for: requirements-workflow.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible==9.1.0
2-
ansible-compat==4.1.10
3-
ansible-core==2.16.2
4-
ansible-lint==6.22.1
1+
ansible==9.5.1
2+
ansible-compat==24.7.0
3+
ansible-core==2.16.9
4+
ansible-lint==24.7.0

0 commit comments

Comments
 (0)