This commit is contained in:
Bryan Black 2022-10-30 05:58:16 -07:00
parent 5c3689df3a
commit 90ea841016
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,14 @@
---
- 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