diff options
author | Matt Clay <matt@mystile.com> | 2023-10-03 23:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 23:52:38 +0200 |
commit | b94ee1cefd69bab87f13ec01e939a9a90285893b (patch) | |
tree | 9a7ed6010e95be51621d64f84749ee92e52afd32 /test/lib/ansible_test/_data/completion/remote.txt | |
parent | switch available_hosts to `frozenset` from `list` in ansible-inventory (#81870) (diff) | |
download | ansible-b94ee1cefd69bab87f13ec01e939a9a90285893b.tar.xz ansible-b94ee1cefd69bab87f13ec01e939a9a90285893b.zip |
Drop Python 2.7 and Python 3.6 support (#81866)
* Drop Python 2.7 and Python 3.6 support
* Remove obsolete _json_compat
Diffstat (limited to 'test/lib/ansible_test/_data/completion/remote.txt')
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 06d4b5ef36..d30f5ebb64 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -6,8 +6,6 @@ freebsd/13.2 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=a freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/13.2 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 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.8 python=3.6,3.11 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/22.04 python=3.10 become=sudo provider=aws arch=x86_64 |