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:
Thomas Kleinendorst 2024-05-06 10:54:06 +02:00
parent 2014745501
commit 86d75b8de0

View file

@ -19,6 +19,8 @@
containers.podman.podman_container_info: containers.podman.podman_container_info:
name: actual-server name: actual-server
register: actual_server_container_info 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 - name: Start the actual container with correct systemd linking
when: "'no such container' in actual_server_container_info.stderr" when: "'no such container' in actual_server_container_info.stderr"
become: true become: true
@ -27,7 +29,7 @@
- name: Start the Actual container - name: Start the Actual container
containers.podman.podman_container: containers.podman.podman_container:
name: actual-server name: actual-server
image: docker.io/actualbudget/actual-server:24.4.0 image: docker.io/actualbudget/actual-server:24.5.0
restart_policy: always restart_policy: always
publish: publish:
- 127.0.0.1:5006:5006 - 127.0.0.1:5006:5006