ansibleResult_ Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
ansibleItemAnsibleResult boolean element 0/1  
ansibleNoLog boolean element 0/1  
ansibleParsed boolean element 0/1  
cacheUpdateTime int element 0/1  
cacheUpdated boolean element 0/1  
changed boolean element 0/1  
invocation invocation element 0/1  
item string element 0/unbounded  

Example

<a----->
  <ansibleParsed>...</ansibleParsed>
  <changed>...</changed>
  <ansibleNoLog>...</ansibleNoLog>
  <cacheUpdated>...</cacheUpdated>
  <ansibleItemAnsibleResult>...</ansibleItemAnsibleResult>
  <item>...</item>
  <invocation>
    <moduleName>...</moduleName>
    <moduleArgs>
      <dpkgOptions>...</dpkgOptions>
      <autoremove>...</autoremove>
      <force>...</force>
      <name>...</name>
      <installRecommends>...</installRecommends>
      <package>...</package>
      <purge>...</purge>
      <allowUnauthenticated>...</allowUnauthenticated>
      <state>...</state>
      <upgrade>...</upgrade>
      <updateCache>...</updateCache>
      <deb>...</deb>
      <onlyUpgrade>...</onlyUpgrade>
      <defaultRelease>...</defaultRelease>
      <cacheValidTime>...</cacheValidTime>
    </moduleArgs>
  </invocation>
  <cacheUpdateTime>...</cacheUpdateTime>
</a----->