Files
onelab-k8s-1.27/app/playbooks/tasks/check-offline-resources.yml
2026-03-20 10:15:15 +01:00

8 lines
209 B
YAML

---
# Check if Docker images are existing locally
- name: Checking local Docker images bundle
stat:
path: "{{ main_path }}/onelab-images-1.27.0.tar.gz"
get_checksum: no
register: docker_images_tar