mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
normalize names
This commit is contained in:
parent
a57d6a4206
commit
0d35a69f0e
5 changed files with 2 additions and 4 deletions
|
@ -34,7 +34,6 @@ from ansible.template import Templar
|
|||
|
||||
class PlaybookInclude(Base, Conditional, Taggable):
|
||||
|
||||
_name = FieldAttribute(isa='string')
|
||||
_import_playbook = FieldAttribute(isa='string')
|
||||
_vars = FieldAttribute(isa='dict', default=dict())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue