diff options
author | Matt Clay <matt@mystile.com> | 2022-04-28 20:17:46 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-04-29 19:38:38 +0200 |
commit | 6513453310cdfc42c44a4b879535a8f0795c0295 (patch) | |
tree | 1648c3f298d3c5eb83c3375846f886147e23e282 /test/lib/ansible_test/_data/completion/remote.txt | |
parent | Trim message in split integration test. (diff) | |
download | ansible-6513453310cdfc42c44a4b879535a8f0795c0295.tar.xz ansible-6513453310cdfc42c44a4b879535a8f0795c0295.zip |
ansible-test - Add support for remote Ubuntu VMs.
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, 2 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index ddaace3c3b..68d02e90c7 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -6,3 +6,5 @@ macos python_dir=/usr/local/bin provider=parallels rhel/7.9 python=2.7 provider=aws rhel/8.5 python=3.6,3.8,3.9 provider=aws rhel provider=aws +ubuntu/22.04 python=3.10 provider=aws +ubuntu provider=aws |