From 50452496448794b340de079e967837daf182343f Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 18 Aug 2019 17:34:44 +0200 Subject: [PATCH] correct supysonic role --- tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d9b5410..9757a15 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,7 +33,9 @@ version: "{{supysonic_repo_branch}}" become: yes when: location_stat.stat.exists == false or supysonic_force_site_update == true - + notify: + - restart supysonic service + - name: create folder in var file: path: "/var/{{supysonic_name}}" # required. Path to the file being managed.