mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix various sonarcloud issues
This fixes various reported bugs through sonarcloud at: https://sonarcloud.io/project/issues?id=Rodney-Reis_ansible&resolved=false&types=BUG
This commit is contained in:
@@ -516,7 +516,6 @@ def recreate_tags_from_list(list_of_tags):
|
||||
"""
|
||||
tags = list()
|
||||
i = 0
|
||||
list_of_tags = list_of_tags
|
||||
for i in range(len(list_of_tags)):
|
||||
key_name = list_of_tags[i][0]
|
||||
key_val = list_of_tags[i][1]
|
||||
|
||||
Reference in New Issue
Block a user