Robin Opletal
Robin Opletal
Seems to work now, Arch latest
I am hitting the same error on two Ansible versions ``` The full traceback is: File "/tmp/ansible_mysql_db_payload_demn32ts/ansible_mysql_db_payload.zip/ansible_collections/community/mysql/plugins/modules/mysql_db.py", line 640, in main File "/tmp/ansible_mysql_db_payload_demn32ts/ansible_mysql_db_payload.zip/ansible_collections/community/mysql/plugins/module_utils/mysql.py", line 103, in mysql_connect db_connection = mysql_driver.connect(autocommit=autocommit,...
Hi @Andersson007, I have seen it. Perhaps it could be worked around?
What's interesting also is that when I run the same playbook against a CI container with centos 8 (and systemd), there are no issues with the pymysql driver. It's a...
I will go for it @Andersson007 EDIT: Just tried, unfortunately doesn't work :(
@Andersson007 no bueno either
It works in CI even for the upstream project that I use, in our CI, but not in my prod :D its kinda sad https://github.com/geerlingguy/ansible-role-mysql/actions/runs/833828534
YAY!
This happens to me only on android as well On MacOS: ``` $ dig @8.8.8.8 grocy.home.robinopletal.com +short microserver.fourstepper.github.beta.tailscale.net. ``` On Android in Chrome: `DNS_PROBE_FINISHED_NXDOMAIN` I tried a combination of overriding...
@DentonGentry thanks for your time checking and clarifying this to me, it now makes perfect sense. I will use an A record directly to the IP from now on. Best,...