summaryrefslogtreecommitdiff
path: root/roles/elevate/dolmetsch-raspi
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-05-25 03:12:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-05-25 03:12:47 +0200
commitf8ab68e40dda046171de02df6a7c12514f570bf8 (patch)
treeabe825df189af419216eb66c857cb3f8f089578f /roles/elevate/dolmetsch-raspi
parentloop vs. with - the beginnings... (diff)
replace all with_items with loop
Diffstat (limited to 'roles/elevate/dolmetsch-raspi')
-rw-r--r--roles/elevate/dolmetsch-raspi/tasks/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/elevate/dolmetsch-raspi/tasks/main.yml b/roles/elevate/dolmetsch-raspi/tasks/main.yml
index e0e1083c..10d55766 100644
--- a/roles/elevate/dolmetsch-raspi/tasks/main.yml
+++ b/roles/elevate/dolmetsch-raspi/tasks/main.yml
@@ -44,7 +44,7 @@
state: directory
- name: build dolmetschctl (server and client)
- with_items:
+ loop:
- dolmetschctl
- dolmetschctld
command: "/usr/local/go/bin/go get spreadspace.org/dolmetschctl/cmd/{{ item }}"
@@ -54,7 +54,7 @@
GOPATH: /opt/dolmetschctl
- name: install dolmetschctl systemd units
- with_items:
+ loop:
- dolmetschctl
- dolmetschctld
template:
@@ -63,7 +63,7 @@
notify: reload systemd
- name: install rtp send/receive scripts
- with_items:
+ loop:
- rtp-recv
- rtp-send
template:
@@ -72,7 +72,7 @@
mode: 0750
- name: install rtp send/receive systemd units
- with_items:
+ loop:
- rtp-recv
- rtp-send
template: