mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -579,7 +579,6 @@ class Play(object):
|
||||
|
||||
for x in results:
|
||||
if self.tags is not None:
|
||||
self.tags = list(set(self.tags).union(set(x.tags)))
|
||||
x.tags.extend(self.tags)
|
||||
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user