diff options
author | Matt Clay <mclay@redhat.com> | 2021-09-21 03:39:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 03:39:07 +0200 |
commit | 4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd (patch) | |
tree | 57b4ea491f6f93b6b938037e28dca90098754ca2 /test/lib/ansible_test/_data/completion/remote.txt | |
parent | Add an `undef` global Jinja function (#75435) (diff) | |
download | ansible-4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd.tar.xz ansible-4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd.zip |
ansible-test - split controller/target testing (#75605)
Diffstat (limited to 'test/lib/ansible_test/_data/completion/remote.txt')
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index e852147256..785fd23b2e 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,8 +1,12 @@ -freebsd/11.4 python=2.7,3.7,3.8 python_dir=/usr/local/bin -freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin -freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin -macos/11.1 python=3.9 python_dir=/usr/local/bin -rhel/7.9 python=2.7 -rhel/8.3 python=3.6,3.8 -rhel/8.4 python=3.6,3.8 -aix/7.2 python=2.7 temp-unicode=disabled pip-check=disabled +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 +aix python_dir=/opt/freeware/bin provider=ibmps |