Add surrounding quotes.
This commit is contained in:
parent
d8c45fd477
commit
67c2a54256
@ -82,7 +82,7 @@
|
|||||||
### CPU SECTION ###
|
### CPU SECTION ###
|
||||||
# Monero #
|
# Monero #
|
||||||
- include: tasks/miner/software/xmr-stak-cpu.yml
|
- include: tasks/miner/software/xmr-stak-cpu.yml
|
||||||
when: "xmr_stak_cpu" in miner
|
when: '"xmr_stak_cpu" in miner'
|
||||||
|
|
||||||
### GPU Section ###
|
### GPU Section ###
|
||||||
## Drivers ##
|
## Drivers ##
|
||||||
@ -91,10 +91,10 @@
|
|||||||
|
|
||||||
# Ethereum #
|
# Ethereum #
|
||||||
- include: tasks/miner/software/ethminer.yml
|
- include: tasks/miner/software/ethminer.yml
|
||||||
when: "ethminer" in miner
|
when: '"ethminer" in miner'
|
||||||
|
|
||||||
- include: tasks/miner/software/ethminer.yml
|
- include: tasks/miner/software/ethminer.yml
|
||||||
when: "nanominer" in miner
|
when: '"nanominer" in miner'
|
||||||
|
|
||||||
# Scheduling
|
# Scheduling
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user