mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -266,7 +266,7 @@ class Base:
|
|||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
raise AnsibleParserError("the field '%s' is required but was not set" % name)
|
raise AnsibleParserError("the field '%s' is required but was not set" % name)
|
||||||
elif not attribute.always_post_validate and self.__class__.__name__ not in ('Task', 'PlayContext'):
|
elif not attribute.always_post_validate and self.__class__.__name__ not in ('Task', 'Handler', 'PlayContext'):
|
||||||
# Intermediate objects like Play() won't have their fields validated by
|
# Intermediate objects like Play() won't have their fields validated by
|
||||||
# default, as their values are often inherited by other objects and validated
|
# default, as their values are often inherited by other objects and validated
|
||||||
# later, so we don't want them to fail out early
|
# later, so we don't want them to fail out early
|
||||||
|
|||||||
Reference in New Issue
Block a user