From de1d9dac9cd69d6e0a31d6b047103cbee00f55d6 Mon Sep 17 00:00:00 2001 From: spmfox Date: Fri, 25 Apr 2025 14:01:03 -0400 Subject: increase reliability of update.yml --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 8e892a9..203d9a3 100644 --- a/update.yml +++ b/update.yml @@ -12,4 +12,4 @@ ansible.builtin.shell: "podman build -t localhost/bootcblade -f /root/bootcblade.containerfile --no-cache --pull=always" - name: Run bootc-update to apply newly built image - ansible.builtin.shell: "bootc update" + ansible.builtin.shell: "bootc switch --transport containers-storage localhost/bootcblade:latest && bootc update" -- cgit