laforge submitted this change.
ansible/setup-simtest: add sudo and wget
Both are needed for the new openjdk install logic.
Related: OS#6998#note-3
Change-Id: I4d5c400daec9c74d069c60a6221ae57e8c6f7953
---
M ansible/setup-simtest.yml
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml
index 0832b13..7c95183 100644
--- a/ansible/setup-simtest.yml
+++ b/ansible/setup-simtest.yml
@@ -12,9 +12,11 @@
- python3-pyscard
- python3-serial
- python3-setuptools
+ - sudo
- tshark
- vim
- virtualenv
+ - wget
install_recommends: no
cache_valid_time: 3600
update_cache: yes
To view, visit change 42642. To unsubscribe, or for help writing mail filters, visit settings.