Json – How would I loop through a dictionary for specific fields in Ansible?
I created a dictionary of ansible packages filtered from ansible.package_facts, to only contain packages of a specific version. (example shown below) "filtered_ansible_packages": { "cool_package1": [ { "arch": "noarch", "epoch": "null", "name": "cool_package1", "release": "el7", "version": "1.2.6" } ], "cool_package2": […