From b568e0db6f96bc1c052d3fc641d3728b4322c6d5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 3 Feb 2022 09:46:35 -0800 Subject: [PATCH] ansible-test - Remove outdated remote support. --- changelogs/fragments/ansible-test-remote-cleanup.yaml | 3 +++ test/lib/ansible_test/_data/completion/remote.txt | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/ansible-test-remote-cleanup.yaml diff --git a/changelogs/fragments/ansible-test-remote-cleanup.yaml b/changelogs/fragments/ansible-test-remote-cleanup.yaml new file mode 100644 index 00000000000..93fb55afc80 --- /dev/null +++ b/changelogs/fragments/ansible-test-remote-cleanup.yaml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Remove support for FreeBSD 12.2 remote provisioning. + - ansible-test - Remove support for macOS 11.1 remote provisioning. diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index f9903849e9c..751affa3f42 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,8 +1,6 @@ -freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin provider=aws freebsd/12.3 python=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/12.0 python=3.10 python_dir=/usr/local/bin provider=parallels macos python_dir=/usr/local/bin provider=parallels rhel/7.9 python=2.7 provider=aws