From 28aed2d153e7b5263f076495d3cd11455c297b08 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 13 May 2019 20:05:11 +0200 Subject: [PATCH] delete socket handler --- handlers/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 044cf5c..7b867cc 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -7,12 +7,6 @@ daemon_reload: yes become: yes -- name: ensure socket is start - systemd: - name: "gunicorn-{{supysonic_name}}.socket" # not required. Name of the service. When using in a chroot environment you always need to specify the full name i.e. (crond.service). - enabled: true # not required. Whether the service should start on boot. B(At least one of state and enabled are required.) - state: restarted # not required. choices: reloaded;restarted;started;stopped. C(started)/C(stopped) are idempotent actions that will not run commands unless necessary. C(restarted) will always bounce the service. C(reloaded) will always reload. - become: yes - name: restart supysonic service systemd: