mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Allow play tagging in context of new meta-tasks.
This commit is contained in:
@@ -48,6 +48,7 @@ class Task(object):
|
||||
# normally.
|
||||
if 'meta' in ds:
|
||||
self.meta = ds['meta']
|
||||
self.tags = []
|
||||
return
|
||||
else:
|
||||
self.meta = None
|
||||
|
||||
Reference in New Issue
Block a user