diff options
author | Matt Clay <matt@mystile.com> | 2021-09-21 08:56:08 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-09-21 17:38:12 +0200 |
commit | 4652d6ee43e76c5a6fbfaafe786ce3fafea4441a (patch) | |
tree | 736289a67368504eb22c28e288a70fd9631de024 /test/lib/ansible_test/_data/completion | |
parent | ansible-test - Add `--prime-venvs` option. (diff) | |
download | ansible-4652d6ee43e76c5a6fbfaafe786ce3fafea4441a.tar.xz ansible-4652d6ee43e76c5a6fbfaafe786ce3fafea4441a.zip |
ansible-test - Remove deprecated environments.
Diffstat (limited to 'test/lib/ansible_test/_data/completion')
-rw-r--r-- | test/lib/ansible_test/_data/completion/docker.txt | 1 | ||||
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index a25ed4a3d1..15b6c8e97d 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -5,7 +5,6 @@ alpine3 image=quay.io/ansible/alpine3-test-container:2.0.2 python=3.8 centos6 image=quay.io/ansible/centos6-test-container:2.0.2 python=2.6 seccomp=unconfined centos7 image=quay.io/ansible/centos7-test-container:2.0.2 python=2.7 seccomp=unconfined centos8 image=quay.io/ansible/centos8-test-container:2.0.2 python=3.6 seccomp=unconfined -fedora32 image=quay.io/ansible/fedora32-test-container:2.1.0 python=3.8 fedora33 image=quay.io/ansible/fedora33-test-container:2.1.0 python=3.9 fedora34 image=quay.io/ansible/fedora34-test-container:2.1.0 python=3.9 seccomp=unconfined opensuse15py2 image=quay.io/ansible/opensuse15py2-test-container:2.0.2 python=2.7 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 785fd23b2e..97c9a677f2 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,11 +1,9 @@ -freebsd/11.4 python=2.7,3.7,3.8 python_dir=/usr/local/bin provider=aws freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin provider=aws freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin provider=aws freebsd python_dir=/usr/local/bin provider=aws 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.3 python=3.6,3.8 provider=aws rhel/8.4 python=3.6,3.8 provider=aws rhel provider=aws aix/7.2 python=2.7,3.7 python_dir=/opt/freeware/bin provider=ibmps |