diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5eb20936c8e..744a82c784f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -90,10 +90,10 @@ stages: targets: - name: macOS 14.3 test: macos/14.3 - - name: RHEL 9.4 py39 - test: rhel/9.4@3.9 - - name: RHEL 9.4 py312 - test: rhel/9.4@3.12 + - name: RHEL 9.5 py39 + test: rhel/9.5@3.9 + - name: RHEL 9.5 py312 + test: rhel/9.5@3.12 - name: FreeBSD 13.4 test: freebsd/13.4 - name: FreeBSD 14.1 @@ -106,8 +106,8 @@ stages: targets: - name: macOS 14.3 test: macos/14.3 - - name: RHEL 9.4 - test: rhel/9.4 + - name: RHEL 9.5 + test: rhel/9.5 - name: FreeBSD 13.4 test: freebsd/13.4 - name: FreeBSD 14.1 @@ -123,8 +123,8 @@ stages: test: alpine/3.21 - name: Fedora 41 test: fedora/41 - - name: RHEL 9.4 - test: rhel/9.4 + - name: RHEL 9.5 + test: rhel/9.5 - name: Ubuntu 24.04 test: ubuntu/24.04 groups: diff --git a/changelogs/fragments/ansible-test-remotes.yml b/changelogs/fragments/ansible-test-remotes.yml index e9bcea5490d..40250e7ba37 100644 --- a/changelogs/fragments/ansible-test-remotes.yml +++ b/changelogs/fragments/ansible-test-remotes.yml @@ -2,3 +2,4 @@ minor_changes: - ansible-test - Replace remote FreeBSD 13.3 with 13.4. - ansible-test - Replace remote Fedora 40 with 41. - ansible-test - Replace remote Alpine 3.20 with 3.21. + - ansible-test - Replace remote RHEL 9.4 with 9.5. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 39feb8771a6..8fc1fedc9ab 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -7,7 +7,7 @@ freebsd/14.1 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=a freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/14.3 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 -rhel/9.4 python=3.9,3.12 become=sudo provider=aws arch=x86_64 +rhel/9.5 python=3.9,3.12 become=sudo provider=aws arch=x86_64 rhel become=sudo provider=aws arch=x86_64 ubuntu/22.04 python=3.10 become=sudo provider=aws arch=x86_64 ubuntu/24.04 python=3.12 become=sudo provider=aws arch=x86_64