Merge pull request #1769 from SeanMikha/patch-3

Forces ansible playbook to specifically use pip3 for python3
pull/1779/head
K Prasch 2020-03-19 09:34:18 -07:00 committed by GitHub
commit c96d6d187e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
- name: Install Docker Module for Python
pip:
name: docker
executable: pip3
- name: Ensure group "docker" exists
group:

View File

@ -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