mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Improve ansible-test completion and messaging. (#19627)
* Simplify type annotation of args.docker_util. * Improve error messaging for ansible-doc test. * Add completion for docker, remote and windows.
This commit is contained in:
parent
6f5ecb7efd
commit
dac226de4a
5 changed files with 66 additions and 7 deletions
9
test/runner/completion/docker.txt
Normal file
9
test/runner/completion/docker.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
centos6
|
||||
centos7
|
||||
fedora-rawhide
|
||||
fedora23
|
||||
opensuseleap
|
||||
ubuntu1204
|
||||
ubuntu1404
|
||||
ubuntu1604
|
||||
ubuntu1604py3
|
3
test/runner/completion/remote.txt
Normal file
3
test/runner/completion/remote.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
freebsd/10.3-STABLE
|
||||
freebsd/11.0-STABLE
|
||||
osx/10.11
|
7
test/runner/completion/windows.txt
Normal file
7
test/runner/completion/windows.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
2008-SP2
|
||||
2008-R2_SP1
|
||||
2012-RTM
|
||||
2012-R2_RTM
|
||||
2016-English-Full-Base
|
||||
2016-English-Full-Containers
|
||||
2016-English-Nano-Base
|
Loading…
Add table
Add a link
Reference in a new issue