diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 58d9ac79408..e66b16019fe 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -89,8 +89,8 @@ stages: test: rhel/9.7@3.9 - name: RHEL 9.7 py311 test: rhel/9.7@3.11 - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 groups: - 1 - 2 @@ -101,8 +101,8 @@ stages: test: rhel/8.10 - name: RHEL 9.7 test: rhel/9.7 - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 groups: - 3 - 4 @@ -114,8 +114,8 @@ stages: test: rhel/8.10 - name: RHEL 9.7 test: rhel/9.7 - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: diff --git a/changelogs/fragments/ansible-test-rhel-10.1.yml b/changelogs/fragments/ansible-test-rhel-10.1.yml index 21ef0cd0462..54395890099 100644 --- a/changelogs/fragments/ansible-test-rhel-10.1.yml +++ b/changelogs/fragments/ansible-test-rhel-10.1.yml @@ -1,2 +1,3 @@ minor_changes: - ansible-test - Replace RHEL 9.6 remote with 9.7. + - ansible-test - Replace RHEL 10.0 remote with 10.1. diff --git a/test/integration/targets/rpm_key/tasks/main.yaml b/test/integration/targets/rpm_key/tasks/main.yaml index 3da5bfc4e6e..a72e49665fd 100644 --- a/test/integration/targets/rpm_key/tasks/main.yaml +++ b/test/integration/targets/rpm_key/tasks/main.yaml @@ -1,3 +1,7 @@ + - name: Skip RHEL 10.1 until rpm_key has been updated + meta: end_play + when: ansible_distribution == "RedHat" and ansible_distribution_version == "10.1" + - when: ansible_os_family == "RedHat" block: diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 8f82e094d43..f3e9b65f376 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -9,7 +9,7 @@ macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 rhel/7.9 python=2.7 become=sudo provider=aws arch=x86_64 rhel/8.10 python=3.6,3.11 become=sudo provider=aws arch=x86_64 rhel/9.7 python=3.9,3.11 become=sudo provider=aws arch=x86_64 -rhel/10.0 python=3.12 become=sudo provider=aws arch=x86_64 +rhel/10.1 python=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 become=sudo provider=aws arch=x86_64