mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Add 'polite' YAML syntax validation and hinting. Closes #798
This commit is contained in:
parent
454de792f4
commit
3937707117
2 changed files with 23 additions and 1 deletions
|
@ -30,3 +30,5 @@ class AnsibleFileNotFound(AnsibleError):
|
|||
class AnsibleConnectionFailed(AnsibleError):
|
||||
pass
|
||||
|
||||
class AnsibleYAMLValidationFailed(AnsibleError):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue