mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Make the default playbook name an empty string (v2)
This commit is contained in:
@@ -58,7 +58,7 @@ class Play(Base, Taggable, Become):
|
||||
# Connection
|
||||
_gather_facts = FieldAttribute(isa='string', default='smart')
|
||||
_hosts = FieldAttribute(isa='list', default=[], required=True)
|
||||
_name = FieldAttribute(isa='string', default='<no name specified>')
|
||||
_name = FieldAttribute(isa='string', default='')
|
||||
|
||||
# Variable Attributes
|
||||
_vars_files = FieldAttribute(isa='list', default=[])
|
||||
|
||||
Reference in New Issue
Block a user