From 570bc675b11914f95986e9c6803332f0a7b96305 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 17 Jun 2016 13:29:27 +0200 Subject: [PATCH] New "systemd" role At the moment this only contains a "refresh systemd(8) configuration" handler, which should be notified after installing or removing systemd unit files, for example. --- roles/systemd/handlers/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 roles/systemd/handlers/main.yml diff --git a/roles/systemd/handlers/main.yml b/roles/systemd/handlers/main.yml new file mode 100644 index 0000000..6a3bc57 --- /dev/null +++ b/roles/systemd/handlers/main.yml @@ -0,0 +1,7 @@ +--- +# systemd handlers + +- name: refresh systemd(8) configuration + tags: + - systemd + command: systemctl daemon-reload -- 2.39.2