mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 23:09:09 -07:00
Perform full RETURN schema validation in one step, don't try to loop (#46079)
This commit is contained in:
parent
c5a8a911b3
commit
86e8d21667
3 changed files with 44 additions and 38 deletions
|
@ -26,7 +26,6 @@ import yaml.reader
|
|||
|
||||
from ansible.module_utils._text import to_text
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.parsing.convert_bool import boolean
|
||||
|
||||
|
||||
class AnsibleTextIOWrapper(TextIOWrapper):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue