~/myansibleproject$ ansible all \
  -m apt \
  -a 'name=mariadb-server,mariadb-client state=present update_cache=yes'
       116.203.201.138 | SUCCESS => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3.10"
    },
    "cache_update_time": 1724009936, 
    "cache_updated": true, 
    "changed": false
}
