Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/2026.5.5.1612/ansible/cmn/start_firedancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Start Firedancer: {{ command_output.stdout }}'
msg: 'Start Firedancer: {{ command_output.stdout }}'
2 changes: 1 addition & 1 deletion template/2026.5.5.1612/ansible/cmn/start_solv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Start Solv: {{ command_output.stdout }}'
msg: 'Start Solv: {{ command_output.stdout }}'
2 changes: 1 addition & 1 deletion template/2026.5.5.1612/ansible/cmn/stop_firedancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Firedancer: {{ command_output.stdout }}'
msg: 'Stop Firedancer: {{ command_output.stdout }}'
2 changes: 1 addition & 1 deletion template/2026.5.5.1612/ansible/cmn/stop_solv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Solv: {{ command_output.stdout }}'
msg: 'Stop Solv: {{ command_output.stdout }}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Firedancer: {{ command_output.stdout }}'
msg: 'Stop Firedancer: {{ command_output.stdout }}'
2 changes: 1 addition & 1 deletion template/2026.5.5.1612/ansible/mainnet-rpc/stop_solv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Solv: {{ command_output.stdout }}'
msg: 'Stop Solv: {{ command_output.stdout }}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Start Solv: {{ command_output.stdout }}'
msg: 'Start Solv: {{ command_output.stdout }}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Firedancer: {{ command_output.stdout }}'
msg: 'Stop Firedancer: {{ command_output.stdout }}'

- name: Remove Firedancer workspace files
shell: sudo rm -f /mnt/.gigantic/*.wksp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Solv: {{ command_output.stdout }}'
msg: 'Stop Solv: {{ command_output.stdout }}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Start Solv: {{ command_output.stdout }}'
msg: 'Start Solv: {{ command_output.stdout }}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Firedancer: {{ command_output.stdout }}'
msg: 'Stop Firedancer: {{ command_output.stdout }}'

- name: Remove Firedancer workspace files
shell: sudo rm -f /mnt/.gigantic/*.wksp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- name: Display Command output
debug:
msg: '{{ inventory_hostname }} ({{ hostvars[inventory_hostname].name }}): Stop Solv: {{ command_output.stdout }}'
msg: 'Stop Solv: {{ command_output.stdout }}'
Loading