"requirements": {
"changed": false,
"msg": "All items completed",
"results": [
{
"_ansible_item_result": true,
"_ansible_no_log": false,
"_ansible_parsed": true,
"changed": false,
"invocation": {
"module_args": {
"conf_file": null,
"disable_gpg_check": false,
"disablerepo": null,
"enablerepo": null,
"exclude": null,
"install_repoquery": true,
"list": "first_package",
"name": null,
"state": "installed",
"update_cache": false,
"validate_certs": true
},
"module_name": "yum"
},
"item": "first_package",
"results": [
{
"arch": "x86_64",
"epoch": "0",
"name": "name_of_the_package",
"nevra": "0:first_package",
"release": "release_of_the_package",
"repo": "repo",
"version": "version_of_the_package",
"yumstate": "available"
}
{
"arch": "x86_64",
"epoch": "0",
"name": "name_of_the_package",
"nevra": "0:first_package",
"release": "release_of_the_package",
"repo": "installed",
"version": "version_of_the_package",
"yumstate": "installed"
}
]
},
{
"_ansible_item_result": true,
"_ansible_no_log": false,
"_ansible_parsed": true,
"changed": false,
"invocation": {
"module_args": {
"conf_file": null,
"disable_gpg_check": false,
"disablerepo": null,
"enablerepo": null,
"exclude": null,
"install_repoquery": true,
"list": "second_package",
"name": null,
"state": "installed",
"update_cache": false,
"validate_certs": true
},
"module_name": "yum"
},
"item": "second_package",
"results": [
{
"arch": "x86_64",
"epoch": "0",
"name": "name_of_the_package",
"nevra": "0:second_package",
"release": "release_of_the_package",
"repo": "repo",
"version": "version_of_the_package",
"yumstate": "available"
}
]