We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit ef41a62Copy full SHA for ef41a62
hosts.txt
@@ -0,0 +1,2 @@
1
+[gridcoin-windows]
2
+hostname grcdatadir='C:\Users\User\AppData\Roaming\GridcoinResearch\' grcdir='C:\GridcoinResearch\'
upgrade.yml
@@ -0,0 +1,9 @@
+---
+- 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