aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/gsm-tester-modems/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/gsm-tester-modems/tasks/main.yml')
-rw-r--r--ansible/roles/gsm-tester-modems/tasks/main.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/ansible/roles/gsm-tester-modems/tasks/main.yml b/ansible/roles/gsm-tester-modems/tasks/main.yml
index b766c73..81c6446 100644
--- a/ansible/roles/gsm-tester-modems/tasks/main.yml
+++ b/ansible/roles/gsm-tester-modems/tasks/main.yml
@@ -1,27 +1,5 @@
---
# modems
-- name: install dependecies for usrp
- apt:
- name: "{{ item }}"
- cache_valid_time: 3600
- update_cache: yes
- with_items:
- - libuhd-dev
- - uhd-host
- register: uhd_installed
-
-- name: download firmware for uhd/usrp
- command: uhd_images_downloader
- args:
- creates: /usr/share/uhd/images
- when: uhd_installed | changed
-
-- name: allow jenkins to access USRP
- user:
- name: jenkins
- groups: usrp
- append: yes
-
- name: install gobi2000 packages
apt:
name: gobi-loader