mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Addresses #6705 Only set the role_uuid inside the role vars
This commit is contained in:
@@ -368,7 +368,6 @@ class Play(object):
|
|||||||
# give each role a uuid
|
# give each role a uuid
|
||||||
for idx, val in enumerate(roles):
|
for idx, val in enumerate(roles):
|
||||||
this_uuid = str(uuid.uuid4())
|
this_uuid = str(uuid.uuid4())
|
||||||
roles[idx][0]['role_uuid'] = this_uuid
|
|
||||||
roles[idx][-2]['role_uuid'] = this_uuid
|
roles[idx][-2]['role_uuid'] = this_uuid
|
||||||
|
|
||||||
role_names = []
|
role_names = []
|
||||||
|
|||||||
Reference in New Issue
Block a user