15 lines
254 B
YAML
15 lines
254 B
YAML
---
|
|
- name: add apt ppa required for geth
|
|
apt_repository:
|
|
repo: 'ppa:ethereum/ethereum'
|
|
|
|
- name: Install pip3
|
|
become_user: root
|
|
become: true
|
|
apt:
|
|
state: present
|
|
update_cache: yes
|
|
cache_valid_time: 604800
|
|
pkg:
|
|
- ethereum
|