Allow ansible to kick off the script to ensure new config file gets loaded.
This commit is contained in:
parent
6547edc89d
commit
d0230d7c42
@ -134,3 +134,11 @@
|
||||
- name: Miner | Software | Nanominer | Permissions
|
||||
shell: "chmod -R 755 {{ user_mfn.home }}/nanominer*"
|
||||
become_user: mfn
|
||||
|
||||
|
||||
|
||||
## Reload ##
|
||||
|
||||
- name: Miner | Software | Nanominer | Reload
|
||||
shell: "killall {{ nanominer_script }}; {{ nanominer_script }}"
|
||||
become_user: mfn
|
Loading…
x
Reference in New Issue
Block a user