mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
parent
65be14e8b4
commit
f4172fb9da
2 changed files with 9 additions and 5 deletions
|
@ -52,6 +52,8 @@ class Task(object):
|
|||
if 'meta' in ds:
|
||||
self.meta = ds['meta']
|
||||
self.tags = []
|
||||
self.module_vars = module_vars
|
||||
self.role_name = role_name
|
||||
return
|
||||
else:
|
||||
self.meta = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue