moved any_errors_fatal to base (#21585)

This commit is contained in:
Brian Coca 2017-03-02 10:28:20 -05:00 committed by GitHub
commit 30c6a77045
4 changed files with 1 additions and 3 deletions

View file

@ -36,7 +36,6 @@ class Block(Base, Become, Conditional, Taggable):
_always = FieldAttribute(isa='list', default=[], inherit=False)
# other fields
_any_errors_fatal = FieldAttribute(isa='bool', default=False, always_post_validate=True)
_delegate_to = FieldAttribute(isa='string')
_delegate_facts = FieldAttribute(isa='bool', default=False)
_name = FieldAttribute(isa='string', default='')