diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5d0d8859139..7c1791e9529 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -126,8 +126,6 @@ stages: test: rhel/8.8 - name: RHEL 9.2 test: rhel/9.2 - - name: Ubuntu 20.04 - test: ubuntu/20.04 - name: Ubuntu 22.04 test: ubuntu/22.04 groups: diff --git a/changelogs/fragments/ansible-test-remove-ubuntu-2004.yml b/changelogs/fragments/ansible-test-remove-ubuntu-2004.yml new file mode 100644 index 00000000000..b743db9894f --- /dev/null +++ b/changelogs/fragments/ansible-test-remove-ubuntu-2004.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Removed Ubuntu 20.04 LTS image from the `--remote` option. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index a1d7e543ca8..28d5f4fb534 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -14,6 +14,5 @@ rhel/8.8 python=3.6,3.11 become=sudo provider=aws arch=x86_64 rhel/9.1 python=3.9 become=sudo provider=aws arch=x86_64 rhel/9.2 python=3.9,3.11 become=sudo provider=aws arch=x86_64 rhel become=sudo provider=aws arch=x86_64 -ubuntu/20.04 python=3.8,3.9 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