mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
parent
29a9b8ab7d
commit
66a8864ae9
6 changed files with 31 additions and 20 deletions
|
@ -49,7 +49,7 @@ class Base:
|
|||
|
||||
# vars and flags
|
||||
_vars = FieldAttribute(isa='dict', default=dict())
|
||||
_environment = FieldAttribute(isa='dict', default=dict())
|
||||
_environment = FieldAttribute(isa='list', default=[])
|
||||
_no_log = FieldAttribute(isa='bool', default=False)
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue