Remove check mode when getting lnd version
This commit is contained in:
parent
724d1a5e7e
commit
81d08f7316
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
shell: /home/bitcoind/go/bin/lnd --version | cut -d ' ' -f3
|
||||
when: lnd_binary.stat.exists
|
||||
changed_when: False
|
||||
check_mode: False
|
||||
register: lnd_installed_version
|
||||
|
||||
- name: stop lnd
|
||||
|
|
Loading…
Reference in a new issue