aboutsummaryrefslogtreecommitdiff
path: root/update.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-04-25 14:01:03 -0400
committerspmfox <spmfox@foxwd.com>2025-04-25 14:01:03 -0400
commitde1d9dac9cd69d6e0a31d6b047103cbee00f55d6 (patch)
treea8b3911a1c2956235bcd295d657c5bc11204db79 /update.yml
parent3409857418332132e6d1e1027cbd4aff6e3cd329 (diff)
increase reliability of update.yml
Diffstat (limited to 'update.yml')
-rw-r--r--update.yml2
1 files changed, 1 insertions, 1 deletions
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"