aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/gsm-tester/tasks/main.yml
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-06-05 15:53:12 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-06-07 14:57:43 +0200
commit22672f06d70927a14acd949bbde6984469aea73c (patch)
treefa351a5aa24c6708536a950d114d3a4c5232cded /ansible/roles/gsm-tester/tasks/main.yml
parent16200147083d9e6291ee612325cc0a3957b3d6b0 (diff)
ansible: gsm-tester: add udev rule to allow jenkins to access sispm devices
Diffstat (limited to 'ansible/roles/gsm-tester/tasks/main.yml')
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 1840769..954953d 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -245,3 +245,9 @@
- name: install sispmctl (usb power socket)
apt:
name: sispmctl
+
+- name: allow group osmo-gsm-tester to access sispm devices
+ copy:
+ src: 60-sispmctl.rules
+ dest: /etc/udev/rules.d/
+ notify: restart udev