diff options
author | Matt Clay <matt@mystile.com> | 2024-11-07 22:19:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 22:19:26 +0100 |
commit | a98801903df4a9a3af65ad917e96fc4f3e3437a6 (patch) | |
tree | c5131039f0530f84dca5f5d715764f0e0b0f3f68 /test/lib/ansible_test/_data/completion/remote.txt | |
parent | remove ignore clauses for module uri (#83642) (diff) | |
download | ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.tar.xz ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.zip |
ansible-test - Replace FreeBSD 13.3 with 13.4 (#84236)
* ansible-test - Replace FreeBSD 13.3 with 13.4
* ansible-test - Fix typos in bootstrap.sh
* Skip libfaketime on FreeBSD except FreeBSD 14
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, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index dea1d33a6a..011ce13348 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -2,7 +2,7 @@ alpine/3.20 python=3.12 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/40 python=3.12 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 -freebsd/13.3 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 +freebsd/13.4 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/14.1 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/14.3 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 |