--- # file: tasks/nomad.yaml - name: Host Cleanup block: - name: Clean Images import_tasks: clean_images.yaml vars: images_to_prefetch_by_arch: aarch64: - "fdiotools/builder-ubuntu2204:prod-aarch64" - "fdiotools/builder-ubuntu2004:prod-aarch64" x86_64: - "fdiotools/builder-ubuntu2204:prod-x86_64" - "fdiotools/builder-ubuntu2004:prod-x86_64" - "fdiotools/builder-debian11:prod-x86_64" tags: - clean-images