Fix permissions and ensure correct config is used.

This commit is contained in:
Hyperling 2021-02-15 18:10:21 -06:00
parent ff7acec031
commit fc974a1b7a

View File

@ -103,11 +103,19 @@
whoami
pwd
time {{ nanominer_exec }}
time {{ nanominer_exec }} {{ nanominer_config }}
marker: '{mark}'
marker_begin: "#!{{ bash_exec.stdout }}"
marker_end: "exit 0"
state: present
create: yes
become_user: mfn
## Permissions ##
- name: Miner | Software | nanominer | Executable | Create
shell: "chmod -R 755 {{ user_mfn.home }}/nanominer*"
become_user: mfn