<How can I loop through a list of dicts and compar...
# community-feeds
r
How can I loop through a list of dicts and compare the value of a key and make changes with it I am looping through a series of switches checking if they have the vlans which the firewall has, and change the 'name' key to equal the 'alias' key on the switches. This is what I have so far. The last part is where I think my problem lies. --- - name: Sync...