From b47c2844fc0d2a15c906a8ba11e9f06572e96ef5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 17 Jul 2025 14:16:55 +0200 Subject: [PATCH] feat: add notify after atuin install --- tasks/install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install.yaml b/tasks/install.yaml index fe6f200..ce605d2 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -42,6 +42,7 @@ group: "root" mode: "0755" remote_src: true + notify: "restart atuin" when: - "atuin_download.changed" - "atuin_version not in atuin_version_check.stdout"