Fix pool debug. Do most nanominer tasks as mfn.

This commit is contained in:
2021-02-15 17:55:23 -06:00
parent ba9745fcd0
commit 3a1bb2ea1d
2 changed files with 17 additions and 8 deletions

View File

@ -36,7 +36,7 @@
- name: Miner | Facts | Pools | Set GPU to Nanopool Eth
set_fact:
cpu_pool: "{{ nanopool_xmr }}"
when: nanominer_cpu == "xmr" and nanominer_gpu_pool == "nanopool"
when: nanominer_cpu == "xmr" and nanominer_cpu_pool == "nanopool"
# GPU #
@ -61,6 +61,7 @@
- name: Miner | Facts | Pools | DEBUG
debug:
var:
- cpu_pool
- gpu_pool
var: "{{ item }}"
loop:
- cpu_pool
- gpu_pool