Skip to content

Commit ef41a62

Browse files
author
typhoon
committed
first commit
0 parents  commit ef41a62

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

hosts.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[gridcoin-windows]
2+
hostname grcdatadir='C:\Users\User\AppData\Roaming\GridcoinResearch\' grcdir='C:\GridcoinResearch\'

upgrade.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
- name: Upgrade Gridcoin Wallet (Windows)
3+
hosts: gridcoin-windows
4+
ansible_ssh_port: 5986
5+
ansible_connection: winrm
6+
7+
tasks:
8+
- name: 'Upgrade Wallet'
9+
raw: '{{ grcdir }}\GRCRestarter.exe upgrade'

0 commit comments

Comments
 (0)