From 0261e875679f1bf63c8d689da7fc7e014597885d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sat, 4 Feb 2023 01:23:43 -0500 Subject: initial commit --- roles/unifi/handlers/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/unifi/handlers/main.yml (limited to 'roles/unifi/handlers/main.yml') diff --git a/roles/unifi/handlers/main.yml b/roles/unifi/handlers/main.yml new file mode 100644 index 0000000..00e3a00 --- /dev/null +++ b/roles/unifi/handlers/main.yml @@ -0,0 +1,9 @@ +- name: restart unifi + systemd: + name: unifi + state: restarted + +- name: restart rsyslog + systemd: + name: rsyslog + state: restarted -- cgit