mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07: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:
parent
f9ab9b4d68
commit
c2fb581414
12 changed files with 15 additions and 70 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue