From 3581cf810d6f1da54ea990cb1919f6b5c4ed92c7 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Mon, 15 Jan 2024 07:56:17 +0100 Subject: [PATCH] Update update_base_images.yml --- packer/update_base_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/update_base_images.yml b/packer/update_base_images.yml index 8cf672a2..191cbd28 100644 --- a/packer/update_base_images.yml +++ b/packer/update_base_images.yml @@ -47,7 +47,7 @@ when: update - name: Download new base image - ansible.builtin.command: ~/mc cp osbielefeld/cloud-images/"{{ name }}" . + ansible.builtin.command: mc cp osbielefeld/cloud-images/"{{ name }}" . when: update changed_when: false