mirror of https://github.com/ansible/ansible.git
Add RHEL 9.0 to ansible-test and CI. (#77923)
* ansible-test - Add RHEL 9.0 remote support.
* Add RHEL 9.0 to CI. (#77853)
* Add RHEL 9.0 to CI.
* Restrict network manager inspection to RHEL8
* Skip module tests when astream_name is undefined, undefine it for RHEL9 until 9.1
* Remove redundant test.
Co-authored-by: Matt Martz <matt@sivel.net>
(cherry picked from commit 43d650f924)
* Include test fix from https://github.com/ansible/ansible/pull/77847
pull/77953/head
parent
e6b16ddeb5
commit
2b6df9ea36
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Add RHEL 9.0 remote support.
|
||||
@ -1,2 +1,3 @@
|
||||
astream_name: '@container-tools:latest/common'
|
||||
astream_name_no_stream: '@container-tools/common'
|
||||
# RHEL9.0 contains no modules, to be re-introduced in 9.1
|
||||
# astream_name: '@container-tools:latest/common'
|
||||
# astream_name_no_stream: '@container-tools/common'
|
||||
|
||||
Loading…
Reference in New Issue