aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/roles/common/tasks/main.yml
blob: 6c0c7a1197360fcfc924ec047f7a1ee6e366dbec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: install package dependencies
  sudo: true
  apt: name={{ item }}
  with_items:
    - parallel
    - htop

- name: checkout test repo
  git:
    repo: https://github.com/ethereum/tests.git 
    version: develop
    dest: git