Begin ensuring everything in mfn directory is owned by mfn.
This commit is contained in:
parent
3a1bb2ea1d
commit
cc25dda677
@ -20,3 +20,9 @@
|
||||
loop:
|
||||
- wallet_xmr
|
||||
- wallet_eth
|
||||
|
||||
|
||||
## Clean Up ##
|
||||
|
||||
- name: Miner | Facts | Config File | Delete
|
||||
shell: "{{ config_file_local }}"
|
@ -7,6 +7,7 @@
|
||||
|
||||
- name: Miner | Software | nanominer | Installation | Create Home
|
||||
shell: "mkdir -p {{ nanominer_home }}"
|
||||
become_user: mfn
|
||||
|
||||
- name: Miner | Software | nanominer | Installation | Download Tarball
|
||||
shell: "scp {{ file_server }}:{{ nanominer_tar_remote }} {{ nanominer_tar_local }}; chmod 777 {{ nanominer_tar_local }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user