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