~/myansibleproject$ ansible all \
  -m get_url \
  -a 'url=https://wordpress.org/latest.zip dest=/tmp/wordpress.zip'
116.203.201.138 | CHANGED => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3.10"
    },
    "changed": true,
    "checksum_dest": null,
    "checksum_src": "800ba87237ee9eb443b920501aff9ea47a4aac33",
    "dest": "/tmp/wordpress.zip",
    "elapsed": 2,
    "gid": 0,
    "group": "root",
    "md5sum": "858de5e7031941020e8381d6f4ecd6e5",
    "mode": "0644",
    "msg": "OK (26138467 bytes)",
    "owner": "root",
    "size": 26138467,
    "src": "/root/.ansible/tmp/ansible-tmp-1724011549.582368-34542- 
            93066353151311/tmpy8oosmkx",
    "state": "file",
    "status_code": 200,
    "uid": 0,
    "url": "https://wordpress.org/latest.zip"
}
