diff --git a/facts/miner/wallet.yml b/facts/miner/wallet.yml index 852eb45..56d46c2 100644 --- a/facts/miner/wallet.yml +++ b/facts/miner/wallet.yml @@ -8,12 +8,12 @@ - name: Miner | Facts | Config File | Load XMR set_fact: - wallet_xmr: "{{ lookup('ini', 'xmr, file={{wallet_file_local}}') }}" + wallet_xmr: "{{ lookup('ini', 'xmr, section=null, file={{wallet_file_local}}') }}" when: wallet_file_local is file - name: Miner | Facts | Config File | Load ETH set_fact: - wallet_eth: "{{ lookup('ini', 'eth, file={{wallet_file_local}}') }}" + wallet_eth: "{{ lookup('ini', 'eth, section=null, file={{wallet_file_local}}') }}" when: wallet_file_local is file