mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
* Mark 'name' parameter as required. Closes https://github.com/ansible/ansible/issues/29785. * Add the `linode-python` dependency for unit tests. * Add unit test for linode name parameter. * Add note about where to find required arguments. Closes https://github.com/ansible/ansible/issues/44696.
This commit is contained in:
parent
30fd326953
commit
fbcdf8ba5b
5 changed files with 35 additions and 2 deletions
|
|
@ -30,4 +30,7 @@ pyfmg
|
|||
xmljson
|
||||
|
||||
# requirement for winrm connection plugin tests
|
||||
pexpect
|
||||
pexpect
|
||||
|
||||
# requirement for the linode module
|
||||
linode-python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue