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