diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-25 14:01:03 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-25 14:01:03 -0400 |
| commit | de1d9dac9cd69d6e0a31d6b047103cbee00f55d6 (patch) | |
| tree | a8b3911a1c2956235bcd295d657c5bc11204db79 /update.yml | |
| parent | 3409857418332132e6d1e1027cbd4aff6e3cd329 (diff) | |
increase reliability of update.yml
Diffstat (limited to 'update.yml')
| -rw-r--r-- | update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
