From f4274e2308bd41bb910e9510ab3f75ac1b319651 Mon Sep 17 00:00:00 2001 From: sudo-Tiz <72883092+sudo-Tiz@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:05:45 +0000 Subject: [PATCH] Update adjust_config.yml --- tasks/adjust_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/adjust_config.yml b/tasks/adjust_config.yml index fdbd196..f8913d0 100644 --- a/tasks/adjust_config.yml +++ b/tasks/adjust_config.yml @@ -83,7 +83,7 @@ async: 100000 poll: 10 - - name: "Create {{ nextcloud_preview_first_run_finished_filename } to signal, that preview generate-all is finished" + - name: "Create {{ nextcloud_preview_first_run_finished_filename }} to signal, that preview generate-all is finished" ansible.builtin.file: path: "{{ nextcloud_preview_host_folder }}/{{ nextcloud_preview_first_run_finished_filename }}" state: "touch"