Result_ Data Type

Properties
name data type description
_ansible_parsed boolean
changed boolean
cache_updated boolean
_ansible_item_result boolean
item array of string
invocation Invocation
cache_update_time number
_ansible_no_log boolean
_ansible_parsed boolean
_ansible_item_result boolean
cache_updated boolean

Example

{
  "_ansible_parsed" : true,
  "changed" : true,
  "cache_updated" : true,
  "_ansible_item_result" : true,
  "item" : [ "...", "..." ],
  "invocation" : {
    "module_args" : {
      "dpkg_options" : "...",
      "autoremove" : true,
      "force" : true,
      "name" : [ "...", "..." ],
      "install_recommends" : { },
      "package" : [ "...", "..." ],
      "purge" : true,
      "allow_unauthenticated" : true,
      "state" : "...",
      "upgrade" : { },
      "update_cache" : true,
      "deb" : { },
      "only_upgrade" : true,
      "default_release" : { },
      "cache_valid_time" : 12345,
      "extension1" : "...",
      "extension2" : "..."
    },
    "module_name" : "...",
    "extension1" : "...",
    "extension2" : "..."
  },
  "cache_update_time" : 12345,
  "_ansible_no_log" : true
}