diff --git a/tasks/miner/software/nanominer.yml b/tasks/miner/software/nanominer.yml index d3f6289..63c2b6d 100644 --- a/tasks/miner/software/nanominer.yml +++ b/tasks/miner/software/nanominer.yml @@ -64,7 +64,7 @@ - name: Miner | Software | Nanominer | Configuration | CPU | End Section lineinfile: path: "{{ nanominer_config }}" - line: ";;;;;;;;;;;;;" + line: ";;;;;;;;;;;;; END CPU" state: present create: no become_user: mfn @@ -122,7 +122,7 @@ - name: Miner | Software | Nanominer | Configuration | GPU | End Section lineinfile: path: "{{ nanominer_config }}" - line: ";;;;;;;;;;;;;" + line: ";;;;;;;;;;;;; END GPU" state: present create: no become_user: mfn