From e28699d9d2619acb688e57b376a882e154092007 Mon Sep 17 00:00:00 2001 From: Asara Date: Thu, 25 Feb 2021 23:43:31 -0500 Subject: [PATCH] uncomment stuff that was commented during testing --- ansible/playbooks/lnd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/lnd.yml b/ansible/playbooks/lnd.yml index 9c4d6c8..347216c 100644 --- a/ansible/playbooks/lnd.yml +++ b/ansible/playbooks/lnd.yml @@ -1,7 +1,7 @@ --- - hosts: lnd roles: - # - role: tor - # - role: bitcoind + - role: tor + - role: bitcoind - role: lnd ...