Add quotes around var.

This commit is contained in:
Hyperling 2021-03-28 09:32:21 -05:00
parent 74807c8041
commit b9df5f3e85

View File

@ -108,7 +108,7 @@
## Personal Script Setup ##
- name: Ethminer | Script
shell: {{ item }}
shell: "{{ item }}""
loop:
- "scp ling@leet:InstallFiles/Miners/ethminer/ethminer.sh {{ user_mfn.home }}/"
- "chmod 755 {{ user_mfn.home }}/ethminer.sh"