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_name" : "..."
  },
  "cache_update_time" : 12345,
  "_ansible_no_log" : true
}