mirror of https://github.com/nucypher/nucypher.git
Merge pull request #1769 from SeanMikha/patch-3
Forces ansible playbook to specifically use pip3 for python3pull/1779/head
commit
c96d6d187e
|
@ -27,6 +27,7 @@
|
|||
- name: Install Docker Module for Python
|
||||
pip:
|
||||
name: docker
|
||||
executable: pip3
|
||||
|
||||
- name: Ensure group "docker" exists
|
||||
group:
|
||||
|
|
|
@ -56,6 +56,7 @@ all:
|
|||
geth_dir: '/home/nucypher/geth/.ethereum/goerli/'
|
||||
geth_container_datadir: "/root/.ethereum/goerli"
|
||||
etherscan_domain: goerli.etherscan.io
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# these can be overridden at the instance level if desired
|
||||
NUCYPHER_KEYRING_PASSWORD: xxxxxxxxxxxxxxxxxxxxxxxpanda
|
||||
|
|
Loading…
Reference in New Issue