mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Support recursive suboptions schema (#37206)
* Support recursive suboptions schema * Remove todo line, add voluptuous version constraint
This commit is contained in:
parent
5688d2243c
commit
8980d275a0
2 changed files with 5 additions and 3 deletions
|
@ -15,3 +15,4 @@ pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python
|
|||
ntlm-auth >= 1.0.6 # message encryption support
|
||||
requests-ntlm >= 1.1.0 # message encryption support
|
||||
requests-credssp >= 0.1.0 # message encryption support
|
||||
voluptuous >= 0.11.0 # Schema recursion via Self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue