Reorganize and simplify users. Move Downloads folder creation from miner plays.

This commit is contained in:
2021-02-15 10:11:46 -06:00
parent f6e06fb34c
commit 3ed9b83d44
3 changed files with 63 additions and 74 deletions

View File

@ -33,12 +33,6 @@
## 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: