Skip to content

Instantly share code, notes, and snippets.

@mikechau
Created May 25, 2015 04:27
Show Gist options
  • Save mikechau/c356fd1c06957929a2c1 to your computer and use it in GitHub Desktop.
Save mikechau/c356fd1c06957929a2c1 to your computer and use it in GitHub Desktop.
ansible get_url output
ok: [localhost] => {
"dropbox_deb": {
"changed": true,
"checksum": "6778c8ec429ae14dfbc43d0c6fddd2a59ef0ef23",
"dest": "/tmp/dropbox/dropbox.deb",
"gid": 1000,
"group": "mike",
"invocation": {
"module_args": "",
"module_name": "get_url"
},
"md5sum": "bbc1e8f001fb14791dd958c3b4bc7a97",
"mode": "0664",
"msg": "OK (94318 bytes)",
"owner": "mike",
"sha256sum": "",
"size": 94318,
"src": "/tmp/tmphlGpcM",
"state": "file",
"uid": 1000,
"url": "https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.02.12_amd64.deb"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment