mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
d8a81c488e
commit
86d2ee4b97
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ class Play(object):
|
||||||
|
|
||||||
for x in results:
|
for x in results:
|
||||||
if self.tags is not None:
|
if self.tags is not None:
|
||||||
self.tags = list(set(self.tags).union(set(x.tags)))
|
|
||||||
x.tags.extend(self.tags)
|
x.tags.extend(self.tags)
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
Loading…
Reference in a new issue