I’m trying to install latest version of mysql using geerlingguy.mysql role on an ubuntu vm(Version 22.04). Would like to install the mysql-server package instead of MariaDB package.
The role fails with error below
Empty hostname produced from delegate_to: {{ mysql_replication_master_inventory_host }}
I’ve not defined replication, so not sure why its checking the replication master
Can someone help in pointing out if I’m doing something wrong/missing here
Thanks a lot for the response. I’ve posted an issue in geerlingguy repository.
(And I think the issue is related to ansible core 2.16. I get it working using awx)
BTW, if you include the link to the issue/discussion/… in the role repository, others who find this discussion first can quickly navigate to the other discussion
Aah sorry my bad
And yes it worked . I was using the 4.3.3 version locally and thus faced this issue. But in awx, I was specifying the version 4.3.4 in the requirements.yml file and thus it worked there.
Thanks a lot for all your help and inputs