Update the actual version (to 24.5.0)
There is also a problem with the configuration in that it's hard to upgrade running containers, I added a note explaining this.
This commit is contained in:
parent
2014745501
commit
86d75b8de0
1 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@
|
|||
containers.podman.podman_container_info:
|
||||
name: actual-server
|
||||
register: actual_server_container_info
|
||||
# This step doesn't work correctly when updating the contianer in any way. In this case it will simply skip the step.
|
||||
# The easiest workaround is to remove the container altogether and rerun.
|
||||
- name: Start the actual container with correct systemd linking
|
||||
when: "'no such container' in actual_server_container_info.stderr"
|
||||
become: true
|
||||
|
|
@ -27,7 +29,7 @@
|
|||
- name: Start the Actual container
|
||||
containers.podman.podman_container:
|
||||
name: actual-server
|
||||
image: docker.io/actualbudget/actual-server:24.4.0
|
||||
image: docker.io/actualbudget/actual-server:24.5.0
|
||||
restart_policy: always
|
||||
publish:
|
||||
- 127.0.0.1:5006:5006
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue