From 285f77073be85ee0f969dc77bce84378bfc93084 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 05:55:47 -0600 Subject: [PATCH] Only use ethminer for devices that want to gpu mine. --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index d940d5c..e8b7592 100644 --- a/local.yml +++ b/local.yml @@ -91,7 +91,7 @@ # Ethereum # - include: tasks/miner/gpu/ethminer.yml - when: eth is defined + when: gpu is defined and eth is defined # Scheduling post_tasks: