From: Alexander Barton Date: Fri, 17 Jun 2016 11:29:27 +0000 (+0200) Subject: New "systemd" role X-Git-Url: https://arthur.barton.de/gitweb/?p=AnsibleRoles.git;a=commitdiff_plain;h=570bc675b11914f95986e9c6803332f0a7b96305 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. --- 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