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 != '' %}