mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 00:14:02 -07:00
normalize names
This commit is contained in:
parent
a57d6a4206
commit
0d35a69f0e
5 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue