robert3t

Ansible JSON output

Dec 11th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ok: [some.example.com] => {
  2. "datetime": {
  3. "changed": true,
  4. "cmd": "date",
  5. "delta": "0:00:00.049588",
  6. "end": "2018-12-11 13:42:58.297480",
  7. "failed": false,
  8. "rc": 0,
  9. "start": "2018-12-11 13:42:58.247892",
  10. "stderr": "",
  11. "stderr_lines": [],
  12. "stdout": "Tue Dec 11 13:42:58 CST 2018",
  13. "stdout_lines": [
  14. "Tue Dec 11 13:42:58 CST 2018"
  15. ]
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment