From 65f1c46376722719b9bb70398732bbdc6fa95c9d Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Thu, 14 Nov 2024 20:26:34 +0300 Subject: [PATCH 1/2] fix name --- galaxy.yml | 2 +- roles/node/templates/env.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 6090b91..785a7f1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.10.5 +version: 1.10.6 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/node/templates/env.j2 b/roles/node/templates/env.j2 index f9cb98a..36c76d3 100644 --- a/roles/node/templates/env.j2 +++ b/roles/node/templates/env.j2 @@ -7,7 +7,7 @@ COMMON="\ {%- endif %}" {% if ( node_parachain_relay_chain_rpc_urls | length ) == 0 %} -RC_NAME="{% if node_parachain_has_name_fix %}--name {{ node_public_name }}{% endif %}" +RC_NAME="{% if node_parachain_has_name_fix %}--name '{{ node_public_name }}'{% endif %}" RC_KEY=" {%- if node_p2p_private_key != '' %} From 93b7f791736fed97f142d9cf043b2b8f74104307 Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Thu, 14 Nov 2024 20:30:14 +0300 Subject: [PATCH 2/2] bump version --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 785a7f1..f8ef785 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.10.6 +version: 1.10.7 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md