From cc7490518859d7fa0e7bc1ae80e7a3332f4528f3 Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 29 Jun 2025 10:55:58 +0200 Subject: [PATCH] =?UTF-8?q?playbook-bookstack.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook-bookstack.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playbook-bookstack.yml diff --git a/playbook-bookstack.yml b/playbook-bookstack.yml new file mode 100644 index 0000000..5ff4541 --- /dev/null +++ b/playbook-bookstack.yml @@ -0,0 +1,12 @@ + +--- +- name: Update bookstack application + hosts: bookstack-server + remote_user: root + + tasks: + - name: Update bookstack-server docker image + ansible.builtin.shell: + args: + cmd: docker compose pull && docker compose up -d + chdir: /opt/immich-app/