From 8ff370f0f9529205867b8c29d93417d559c322c6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 7 Apr 2021 20:39:32 -0500 Subject: [PATCH] Fix when statement's quotes. --- tasks/miner/software/xmr-stak-cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/software/xmr-stak-cpu.yml b/tasks/miner/software/xmr-stak-cpu.yml index 798f96a..3829928 100644 --- a/tasks/miner/software/xmr-stak-cpu.yml +++ b/tasks/miner/software/xmr-stak-cpu.yml @@ -3,4 +3,4 @@ - name: Miner | Software | XMR-Stak-CPU shell: exit 0 - when: "1" == "0" \ No newline at end of file + when: '"1" == "0"' \ No newline at end of file