diff options
author | Matt Clay <mclay@redhat.com> | 2021-11-17 01:35:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 01:35:00 +0100 |
commit | 21ac52435bf1cba75678ccf5c4c6638d99bd4bae (patch) | |
tree | 2d54512eb67aeae8ba3744781179c7a92069f9d0 /test/lib/ansible_test/_data/completion/remote.txt | |
parent | Update porting guide for Ansible 5.0.0b2 (#76303) (diff) | |
download | ansible-21ac52435bf1cba75678ccf5c4c6638d99bd4bae.tar.xz ansible-21ac52435bf1cba75678ccf5c4c6638d99bd4bae.zip |
ansible-test - Add support for RHEL 8.5 instances. (#76305)
* ansible-test - Add support for RHEL 8.5 instances.
* Clear libdnf checksum cache from unsigned package in dnf integration test.
Co-authored-by: Matt Martz <matt@sivel.net>
Diffstat (limited to 'test/lib/ansible_test/_data/completion/remote.txt')
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index aa1100fb4d..5439572cb0 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -5,6 +5,7 @@ macos/11.1 python=3.9 python_dir=/usr/local/bin provider=parallels macos python_dir=/usr/local/bin provider=parallels rhel/7.9 python=2.7 provider=aws rhel/8.4 python=3.6,3.8 provider=aws +rhel/8.5 python=3.6,3.8,3.9 provider=aws rhel/9.0b python=3.9 provider=aws rhel provider=aws aix/7.2 python=2.7,3.7 python_dir=/opt/freeware/bin provider=ibmps |