summaryrefslogtreecommitdiff
path: root/roles/elevate/dolmetsch-raspi/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-24 21:16:18 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-24 21:16:18 +0100
commitfbea0c32817aa91aeedd07705931ca36fb911c52 (patch)
tree17cba6af4a156336b796157b9483861ae331f8fb /roles/elevate/dolmetsch-raspi/tasks
parentadded helene to k8s-emc and ip addresses for liquid truth (diff)
added sytemd units for forlmetschctl(d)
Diffstat (limited to 'roles/elevate/dolmetsch-raspi/tasks')
-rw-r--r--roles/elevate/dolmetsch-raspi/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/elevate/dolmetsch-raspi/tasks/main.yml b/roles/elevate/dolmetsch-raspi/tasks/main.yml
index f96c3189..c98b0ff4 100644
--- a/roles/elevate/dolmetsch-raspi/tasks/main.yml
+++ b/roles/elevate/dolmetsch-raspi/tasks/main.yml
@@ -52,3 +52,12 @@
creates: "/opt/dolmetschctl/bin/{{ item }}"
environment:
GOPATH: /opt/dolmetschctl
+
+- name: install dolmetschctl systemd units
+ with_items:
+ - dolmetschctl
+ - dolmetschctld
+ template:
+ src: "{{ item }}.service.j2"
+ dest: "/etc/systemd/system/{{ item }}.service"
+ notify: reload systemd