From 88d4dd92935a29dc969575ca21eae5486032b39d Mon Sep 17 00:00:00 2001 From: VC Date: Tue, 22 Apr 2025 13:33:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1:=20restart=20mastodon=20when=20git=20?= =?UTF-8?q?repos=20is=20updoated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/mastodon/tasks/mastodon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mastodon/tasks/mastodon.yml b/roles/mastodon/tasks/mastodon.yml index c9025ab..e1d59fa 100644 --- a/roles/mastodon/tasks/mastodon.yml +++ b/roles/mastodon/tasks/mastodon.yml @@ -6,6 +6,7 @@ repo: "https://github.com/mastodon/mastodon.git" dest: "{{ mastodon_home }}/live" version: "v{{ mastodon_version }}" + notify: Restart mastodon - name: Exec bundle remote_user: mastodon