Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. "exec_command": {
  2. "changed": false,
  3. "msg": "All items completed",
  4. "results": [
  5. {
  6. "_ansible_item_result": true,
  7. "_ansible_no_log": false,
  8. "changed": false,
  9. "item": "whoami > /tmp/whoami",
  10. "skip_reason": "Conditional result was False",
  11. "skipped": true
  12. },
  13. {
  14. "_ansible_item_result": true,
  15. "_ansible_no_log": false,
  16. "changed": false,
  17. "item": "pwd > /tmp/pwd",
  18. "skip_reason": "Conditional result was False",
  19. "skipped": true
  20. }
  21. ]
  22. },
  23. "host_reboot": {
  24. "ansible_job_id": "810173754894.748",
  25. "changed": true,
  26. "failed": false,
  27. "finished": 0,
  28. "results_file": "/root/.ansible_async/810173754894.748",
  29. "started": 1
  30. },
  31. "wait_for_host": {
  32. "changed": false,
  33. "elapsed": 31,
  34. "failed": true,
  35. "msg": "Host failed to start back up within 30 seconds!"
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement