diff options
author | Matt Clay <matt@mystile.com> | 2021-03-02 18:15:13 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-03-02 19:05:39 +0100 |
commit | b6add939ff1261261d56f665c1f77de21fe76a1b (patch) | |
tree | 417a2a0a2e9df47ac9c8741c13c02cdec4590f0a /test | |
parent | Add note on infoblox inventory script. (#73676) (diff) | |
download | ansible-b6add939ff1261261d56f665c1f77de21fe76a1b.tar.xz ansible-b6add939ff1261261d56f665c1f77de21fe76a1b.zip |
Remove outdated --docker and --remote entries.
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/ansible_test/_data/completion/docker.txt | 3 | ||||
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 39382f2eb5..cbc58ec04e 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -4,12 +4,9 @@ alpine3 name=quay.io/ansible/alpine3-test-container:2.0.1 python=3.8 centos6 name=quay.io/ansible/centos6-test-container:2.0.1 python=2.6 seccomp=unconfined centos7 name=quay.io/ansible/centos7-test-container:2.0.1 python=2.7 seccomp=unconfined centos8 name=quay.io/ansible/centos8-test-container:2.0.1 python=3.6 seccomp=unconfined -fedora30 name=quay.io/ansible/fedora30-test-container:2.0.1 python=3.7 -fedora31 name=quay.io/ansible/fedora31-test-container:2.0.1 python=3.7 fedora32 name=quay.io/ansible/fedora32-test-container:2.0.1 python=3.8 fedora33 name=quay.io/ansible/fedora33-test-container:2.0.1 python=3.9 opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:2.0.1 python=2.7 opensuse15 name=quay.io/ansible/opensuse15-test-container:2.0.1 python=3.6 -ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:2.0.1 python=2.7 seccomp=unconfined ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:2.0.1 python=3.6 seccomp=unconfined ubuntu2004 name=quay.io/ansible/ubuntu2004-test-container:2.0.1 python=3.8 seccomp=unconfined diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 165804c70b..a15b0afaae 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,15 +1,6 @@ -freebsd/11.1 python=2.7,3.6 python_dir=/usr/local/bin freebsd/11.4 python=2.7,3.7,3.8 python_dir=/usr/local/bin -freebsd/12.1 python=3.6,2.7 python_dir=/usr/local/bin freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin -osx/10.11 python=2.7 python_dir=/usr/local/bin -macos/10.15 python=3.8 python_dir=/usr/local/bin macos/11.1 python=3.9 python_dir=/usr/local/bin -rhel/7.6 python=2.7 -rhel/7.8 python=2.7 rhel/7.9 python=2.7 -rhel/8.1 python=3.6 -rhel/8.2 python=3.6,3.8 rhel/8.3 python=3.6,3.8 aix/7.2 python=2.7 httptester=disabled temp-unicode=disabled pip-check=disabled -power/centos/7 python=2.7 |