normalize names

This commit is contained in:
Brian Coca 2017-12-04 10:46:46 -05:00 committed by Brian Coca
commit 0d35a69f0e
5 changed files with 2 additions and 4 deletions

View file

@ -39,7 +39,6 @@ class Block(Base, Become, Conditional, Taggable):
# other fields
_delegate_to = FieldAttribute(isa='string')
_delegate_facts = FieldAttribute(isa='bool', default=False)
_name = FieldAttribute(isa='string', default='')
# for future consideration? this would be functionally
# similar to the 'else' clause for exceptions