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

@ -160,10 +160,6 @@
## Step 3/3: Install AMD PRO Driver ##
- name: AMDGPU | Create Downloads Folder
shell: 'mkdir -p /root/Downloads'
when: amdgpu_install.failed
- name: AMDGPU | Download Driver
shell: 'scp ling@leet:InstallFiles/Drivers/amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz /root/Downloads/'
when: amdgpu_install.failed

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: