From bd1b35086260d45d1caa124753cf89af1a3e8a9b Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 19 Dec 2021 10:11:01 +0100 Subject: [PATCH] netbox: restart on config change --- roles/netbox/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/netbox/tasks/main.yml b/roles/netbox/tasks/main.yml index a0a5068..2284ab9 100644 --- a/roles/netbox/tasks/main.yml +++ b/roles/netbox/tasks/main.yml @@ -60,6 +60,7 @@ dest: "/opt/netbox-{{ netbox_version }}/netbox/netbox/configuration.py" owner: "{{ netbox_user }}" group: "{{ netbox_group }}" + notify: Restart netbox - name: Configure gunicorn template: