ansibleResult Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
ansibleResults ansibleResult_ element 0/unbounded  
changed boolean element 0/1  
msg string element 0/1  

Example

<a----->
  <msg>...</msg>
  <changed>...</changed>
  <ansibleResults>
    <ansibleParsed>...</ansibleParsed>
    <changed>...</changed>
    <ansibleNoLog>...</ansibleNoLog>
    <cacheUpdated>...</cacheUpdated>
    <ansibleItemAnsibleResult>...</ansibleItemAnsibleResult>
    <item>...</item>
    <invocation>
      <moduleName>...</moduleName>
      <moduleArgs/>
    </invocation>
    <cacheUpdateTime>...</cacheUpdateTime>
  </ansibleResults>
</a----->