uncomment stuff that was commented during testing

This commit is contained in:
Amarpreet Minhas 2021-02-25 23:43:31 -05:00
parent ae1fa52230
commit e28699d9d2

View file

@ -1,7 +1,7 @@
---
- hosts: lnd
roles:
# - role: tor
# - role: bitcoind
- role: tor
- role: bitcoind
- role: lnd
...