mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +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