This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
lynxis lazus gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7740
ansible: gsm-tester: install sispmctl to control usb power sockets
Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/40/7740/1
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index b6de075..f7eb1ee 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -242,3 +242,7 @@
copy:
content: "maxsize 10M"
dest: /etc/logrotate.d/maxsize
+
+- name: install sispmctl (usb power socket)
+ apt:
+ name: sispmctl
--
To view, visit https://gerrit.osmocom.org/7740
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>