TASK [debug] ***************************************************************************************************************************************
ok: [schedule01-stage] => {
"mysql_exist": {
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python"
},
"changed": true,
"cmd": "mysql -hhost uuser -ppass -e \"show databases\" | egrep db_app\n",
"delta": "0:00:00.019964",
"end": "2022-02-09 18:45:39.611461",
"failed": false,
"rc": 0,
"start": "2022-02-09 18:45:39.591497",
"stderr": "",
"stderr_lines": [],
"stdout": "0",
"stdout_lines": [
"0"
],
"warnings": [
"Platform linux on host schedule01-stage is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. See
https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information."
]
}
}