Don't append tags from roles to the plays tags list

Fixes #6393
pull/6444/head
James Cammarata 12 years ago
parent d8a81c488e
commit 86d2ee4b97

@ -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…
Cancel
Save