aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/roles/common/tasks
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-03 11:55:38 +0800
committerobscuren <geffobscura@gmail.com>2015-02-03 11:55:38 +0800
commit6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a (patch)
tree4d6f8855877013bf6a4420ffc78cf782b0a3e737 /tests/files/ansible/roles/common/tasks
parent8ccde784f9035c0a7a8f234994538c817c5b9de7 (diff)
downloadgo-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.gz
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.zst
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.zip
Updated tests
Diffstat (limited to 'tests/files/ansible/roles/common/tasks')
-rw-r--r--tests/files/ansible/roles/common/tasks/main.yml25
1 files changed, 5 insertions, 20 deletions
diff --git a/tests/files/ansible/roles/common/tasks/main.yml b/tests/files/ansible/roles/common/tasks/main.yml
index 3c483ce13..6c0c7a119 100644
--- a/tests/files/ansible/roles/common/tasks/main.yml
+++ b/tests/files/ansible/roles/common/tasks/main.yml
@@ -1,28 +1,13 @@
---
-- name: install docker
- sudo: true
- # install script from https://docs.docker.com/installation/ubuntulinux/
- shell: curl -sSL https://get.docker.com/ubuntu/ | sudo sh
-
- name: install package dependencies
sudo: true
apt: name={{ item }}
with_items:
- - python-pip
- - htop
-
-- name: install python dependencies
- sudo: true
- pip: name=docker-py
-
-
-- name: enable docker for standard user
- sudo: true
- # todo: how to logout after this command, otherwise won't be effective in this play
- user: name=vagrant groups=docker append=yes
+ - parallel
+ - htop
- name: checkout test repo
git:
- repo: https://github.com/sveneh/tests.git
- version: develop
- dest: git
+ repo: https://github.com/ethereum/tests.git
+ version: develop
+ dest: git