From b01a29faec8e55d708eb57b07f9cf9d6ed5f2d3a Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 13 Sep 2018 10:26:28 +0000 Subject: [PATCH] restart gitea when executable is changed (e.g. update) --- tasks/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/deploy.yml b/tasks/deploy.yml index 2837baa..068fc07 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml @@ -12,6 +12,8 @@ url: "{{ gitea_download_url }}" dest: /usr/local/bin/gitea checksum: "{{ gitea_download_checksum }}" + notify: + - restart gitea - name: gitea executable file: