removed tests
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
- name: restart sshd
|
||||
sudo: true
|
||||
service: name=ssh state=restarted
|
@@ -1,13 +0,0 @@
|
||||
---
|
||||
- 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
|
Reference in New Issue
Block a user