Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. root@docker:/opt/stackstorm/packs/st2-chatops-aliases/aliases# st2 execution get 559afcfc740ae8037137fb5c -dj
  2. {
  3. "action": {
  4. "ref": "ansible.command_local"
  5. },
  6. "context": {
  7. "user": "stanley"
  8. },
  9. "end_timestamp": "2015-07-06T22:11:08.517276Z",
  10. "id": "559afcfc740ae8037137fb5c",
  11. "liveaction": {
  12. "action": "ansible.command_local",
  13. "callback": {},
  14. "id": "559afcfb740ae8037137fb5b",
  15. "runner_info": {
  16. "hostname": "docker.appifarm.net",
  17. "pid": 875
  18. }
  19. },
  20. "parameters": {
  21. "args": "e"
  22. },
  23. "result": {
  24. "failed": true,
  25. "return_code": 2,
  26. "stderr": "Executed command \"/opt/stackstorm/virtualenvs/ansible/bin/ansible --connection=local --args=e --inventory-file=127.0.0.1, all\"\n",
  27. "stdout": "127.0.0.1 | FAILED | rc=2 >>\n[Errno 2] No such file or directory\n\n",
  28. "succeeded": false
  29. },
  30. "start_timestamp": "2015-07-06T22:11:07.997500Z",
  31. "status": "failed"
  32. }
  33. root@docker:/op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement