Ensure Downloads folder exists.

This commit is contained in:
Hyperling 2021-02-13 06:14:10 -06:00
parent 4c0bca6f4b
commit 2e4eb71e66

View File

@ -33,6 +33,12 @@
## Download ## ## Download ##
- name: Ethminer | Create Downloads Folder
shell: mkdir -p Downloads
args:
chdir: /root
when: ethminer_install.failed
- name: Ethminer | Remove Git Repo - name: Ethminer | Remove Git Repo
shell: rm -rf ethminer shell: rm -rf ethminer
args: args: