Ensure Downloads folder exists.
This commit is contained in:
parent
4c0bca6f4b
commit
2e4eb71e66
@ -33,6 +33,12 @@
|
||||
|
||||
|
||||
## Download ##
|
||||
- name: Ethminer | Create Downloads Folder
|
||||
shell: mkdir -p Downloads
|
||||
args:
|
||||
chdir: /root
|
||||
when: ethminer_install.failed
|
||||
|
||||
- name: Ethminer | Remove Git Repo
|
||||
shell: rm -rf ethminer
|
||||
args:
|
||||
|
Loading…
x
Reference in New Issue
Block a user