Fix when statement's quotes.

This commit is contained in:
Hyperling 2021-04-07 20:39:32 -05:00
parent bf8db4eea9
commit 8ff370f0f9

View File

@ -3,4 +3,4 @@
- name: Miner | Software | XMR-Stak-CPU - name: Miner | Software | XMR-Stak-CPU
shell: exit 0 shell: exit 0
when: "1" == "0" when: '"1" == "0"'