Commit 38de8cc8 by James Tanner

Addresses #6705 Only set the role_uuid inside the role vars

parent 2ce77b8c
......@@ -368,7 +368,6 @@ class Play(object):
# give each role a uuid
for idx, val in enumerate(roles):
this_uuid = str(uuid.uuid4())
roles[idx][0]['role_uuid'] = this_uuid
roles[idx][-2]['role_uuid'] = this_uuid
role_names = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment