From 3b379f372e52328ec84118daa3d1fb3f324cb2d7 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 6 Nov 2020 13:51:36 -0600 Subject: [PATCH] [ansible-test] first attempt at freebsd 12.2 Change: - Add freebsd/12.2 remote target Test Plan: - ci_complete Tickets: - Fixes #72366 Signed-off-by: Rick Elrod --- changelogs/fragments/ansible-test-freebsd12-2.yml | 2 ++ test/lib/ansible_test/_data/completion/remote.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/ansible-test-freebsd12-2.yml diff --git a/changelogs/fragments/ansible-test-freebsd12-2.yml b/changelogs/fragments/ansible-test-freebsd12-2.yml new file mode 100644 index 00000000000..bc1dffb0309 --- /dev/null +++ b/changelogs/fragments/ansible-test-freebsd12-2.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Now supports freebsd/12.2 remote (https://github.com/ansible/ansible/issues/72366). diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 0ad20538c93..415c8c64f11 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,5 +1,6 @@ freebsd/11.1 python=2.7,3.6 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 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 rhel/7.6 python=2.7