From 89a805a36cbfddce0a61bbc45f326ee375739c51 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 7 Feb 2024 08:31:37 +0100 Subject: [PATCH] Fix condition --- tasks/fonts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fonts.yml b/tasks/fonts.yml index 5094ba2..27198e4 100644 --- a/tasks/fonts.yml +++ b/tasks/fonts.yml @@ -10,4 +10,4 @@ - name: "Fonts | Generate Allfonts.js" ansible.builtin.command: documentserver-generate-allfonts.sh - when: copy_fonts.changed + when: copy_fonts.stat.changed