I am stock I can not seam to get infra.osbuild.builder to work. It keeps getting stuck at creating the blueprint. I can manual create a blueprint and also build an an image no problem.
Which makes me think its either ansible , the role or my playbook. Thoughts?
TASK [infra.osbuild.builder : Create a blueprint] **********************************************************************************************************************
fatal: [192.168.1.xx]: FAILED! => {“changed”: false, “module_stderr”: "Shared connection to 192.168.1.xx closed.\r\
I presume that your systems do not have definitions for CentOS 8 Stream. Therefore, the mirrorlist.centos.org is probably in the variables of the role. Perhaps the role knows to look for RHEL and CentOS Stream and falls to the latter with Rocky.
The “Could not resolve host” is easy to explain. CentOS Stream 8 is dead. CentOS 7 is dead. Thus, “nobody” needs to ask for their mirrors from their mirrorlist server, which has therefore been removed. Alas, nobody has told the role/collection about that.
You should notify the maintainers of that collection. I presume that is not Rocky’s team.