Advertisement
Guest User

json

a guest
Oct 5th, 2017
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. {
  2. "packages": {
  3. "changed": false,
  4. "msg": "All items completed",
  5. "results": [
  6. {
  7. "_ansible_item_result": true,
  8. "_ansible_no_log": false,
  9. "_ansible_parsed": true,
  10. "changed": false,
  11. "failed": false,
  12. "invocation": {
  13. "module_args": {
  14. "allow_downgrade": false,
  15. "conf_file": null,
  16. "disable_gpg_check": false,
  17. "disablerepo": null,
  18. "enablerepo": null,
  19. "exclude": null,
  20. "install_repoquery": true,
  21. "installroot": "/",
  22. "list": "acpid",
  23. "name": null,
  24. "security": false,
  25. "skip_broken": false,
  26. "state": "installed",
  27. "update_cache": false,
  28. "validate_certs": true
  29. }
  30. },
  31. "item": "acpid",
  32. "results": [
  33. {
  34. "arch": "x86_64",
  35. "envra": "0:acpid-1.0.10-2.1.el6.x86_64",
  36. "epoch": "0",
  37. "name": "acpid",
  38. "release": "2.1.el6",
  39. "repo": "installed",
  40. "version": "1.0.10",
  41. "yumstate": "installed"
  42. },
  43. {
  44. "arch": "x86_64",
  45. "envra": "0:acpid-1.0.10-3.el6.x86_64",
  46. "epoch": "0",
  47. "name": "acpid",
  48. "release": "3.el6",
  49. "repo": "centos-base",
  50. "version": "1.0.10",
  51. "yumstate": "available"
  52. }
  53. ]
  54. },
  55. {
  56. "_ansible_item_result": true,
  57. "_ansible_no_log": false,
  58. "_ansible_parsed": true,
  59. "changed": false,
  60. "failed": false,
  61. "invocation": {
  62. "module_args": {
  63. "allow_downgrade": false,
  64. "conf_file": null,
  65. "disable_gpg_check": false,
  66. "disablerepo": null,
  67. "enablerepo": null,
  68. "exclude": null,
  69. "install_repoquery": true,
  70. "installroot": "/",
  71. "list": "c-ares",
  72. "name": null,
  73. "security": false,
  74. "skip_broken": false,
  75. "state": "installed",
  76. "update_cache": false,
  77. "validate_certs": true
  78. }
  79. },
  80. "item": "c-ares",
  81. "results": [
  82. {
  83. "arch": "i686",
  84. "envra": "0:c-ares-1.10.0-3.el6.i686",
  85. "epoch": "0",
  86. "name": "c-ares",
  87. "release": "3.el6",
  88. "repo": "centos-base",
  89. "version": "1.10.0",
  90. "yumstate": "available"
  91. },
  92. {
  93. "arch": "x86_64",
  94. "envra": "0:c-ares-1.10.0-3.el6.x86_64",
  95. "epoch": "0",
  96. "name": "c-ares",
  97. "release": "3.el6",
  98. "repo": "centos-base",
  99. "version": "1.10.0",
  100. "yumstate": "available"
  101. },
  102. {
  103. "arch": "i386",
  104. "envra": "0:c-ares-1.12.0-1.el5.i386",
  105. "epoch": "0",
  106. "name": "c-ares",
  107. "release": "1.el5",
  108. "repo": "epel-5",
  109. "version": "1.12.0",
  110. "yumstate": "available"
  111. },
  112. {
  113. "arch": "x86_64",
  114. "envra": "0:c-ares-1.12.0-1.el5.x86_64",
  115. "epoch": "0",
  116. "name": "c-ares",
  117. "release": "1.el5",
  118. "repo": "epel-5",
  119. "version": "1.12.0",
  120. "yumstate": "available"
  121. },
  122. {
  123. "arch": "x86_64",
  124. "envra": "0:c-ares-1.12.0-1.el5.x86_64",
  125. "epoch": "0",
  126. "name": "c-ares",
  127. "release": "1.el5",
  128. "repo": "installed",
  129. "version": "1.12.0",
  130. "yumstate": "installed"
  131. }
  132. ]
  133. },
  134. {
  135. "_ansible_item_result": true,
  136. "_ansible_no_log": false,
  137. "_ansible_parsed": true,
  138. "changed": false,
  139. "failed": false,
  140. "invocation": {
  141. "module_args": {
  142. "allow_downgrade": false,
  143. "conf_file": null,
  144. "disable_gpg_check": false,
  145. "disablerepo": null,
  146. "enablerepo": null,
  147. "exclude": null,
  148. "install_repoquery": true,
  149. "installroot": "/",
  150. "list": "automake",
  151. "name": null,
  152. "security": false,
  153. "skip_broken": false,
  154. "state": "installed",
  155. "update_cache": false,
  156. "validate_certs": true
  157. }
  158. },
  159. "item": "automake",
  160. "results": [
  161. {
  162. "arch": "noarch",
  163. "envra": "0:automake-1.11.1-4.el6.noarch",
  164. "epoch": "0",
  165. "name": "automake",
  166. "release": "4.el6",
  167. "repo": "centos-base",
  168. "version": "1.11.1",
  169. "yumstate": "available"
  170. }
  171. ]
  172. }
  173. ]
  174. }
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement