Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. TASK [first debug] *************************************************************
  2. task path: /Users/pmcdonough171/Splunk/loops.yml:17
  3. ok: [localhost] => {
  4. "app_list": {
  5. "changed": false,
  6. "examined": 22,
  7. "files": [
  8. {
  9. "atime": 1477327566.0,
  10. "ctime": 1475752571.0,
  11. "dev": 16777220,
  12. "gid": 20,
  13. "inode": 1102182,
  14. "isblk": false,
  15. "ischr": false,
  16. "isdir": false,
  17. "isfifo": false,
  18. "isgid": false,
  19. "islnk": false,
  20. "isreg": true,
  21. "issock": false,
  22. "isuid": false,
  23. "mode": "0644",
  24. "mtime": 1475752571.0,
  25. "nlink": 1,
  26. "path": "splunk_apps/alert-manager_205.tgz",
  27. "rgrp": true,
  28. "roth": true,
  29. "rusr": true,
  30. "size": 737112,
  31. "uid": 501,
  32. "wgrp": false,
  33. "woth": false,
  34. "wusr": true,
  35. "xgrp": false,
  36. "xoth": false,
  37. "xusr": false
  38. },
  39. <snip>
  40. {
  41. "atime": 1477327620.0,
  42. "ctime": 1475751615.0,
  43. "dev": 16777220,
  44. "gid": 20,
  45. "inode": 1082411,
  46. "isblk": false,
  47. "ischr": false,
  48. "isdir": false,
  49. "isfifo": false,
  50. "isgid": false,
  51. "islnk": false,
  52. "isreg": true,
  53. "issock": false,
  54. "isuid": false,
  55. "mode": "0644",
  56. "mtime": 1475751615.0,
  57. "nlink": 1,
  58. "path": "splunk_apps/treemap-custom-visualization_111.tgz",
  59. "rgrp": true,
  60. "roth": true,
  61. "rusr": true,
  62. "size": 323248,
  63. "uid": 501,
  64. "wgrp": false,
  65. "woth": false,
  66. "wusr": true,
  67. "xgrp": false,
  68. "xoth": false,
  69. "xusr": false
  70. }
  71. ],
  72. "matched": 21,
  73. "msg": ""
  74. }
  75. }
  76.  
  77. TASK [setting fact attempt 17] *************************************************
  78. fatal: [localhost]: FAILED! => {"failed": true, "msg": "Unexpected templating type error occurred on ({{ (app_list.files|from_json).path }}): expected string or buffer"}
  79. ...ignoring
  80.  
  81. TASK [second debug] ************************************************************
  82. fatal: [localhost]: FAILED! => {"failed": true, "msg": "Unexpected templating type error occurred on ({{ (app_list.files|from_json).path }}): expected string or buffer"}
  83. ...ignoring
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement