mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
This was disabled due to a bug for some time now. Originally I meant to turn it back on, but now I don't think I do: it makes more sense to just keep letting the worker hosts handle disk image building, it doesn't make any sense to have the server do it for x86_64 but worker hosts do it for other arches. If the server can't do it *all*, we may as well be consistent across arches and always have the worker hosts do it. This does mean that on initial deployment using these plays there is a time where the server is up and running but any jobs run that need the base disk images will fail because the worker play won't have built them yet. But I think that's not a big problem, and it was already the case for non-x86_64 arches anyhow. Signed-off-by: Adam Williamson <awilliam@redhat.com>