diff --git a/galaxy.yml b/galaxy.yml index a1138b7..41ef4b1 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.8.2 +version: 1.8.3 # 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/molecule/default/group_vars/all.yml b/roles/node/molecule/default/group_vars/all.yml index 3b012bf..1654cf1 100644 --- a/roles/node/molecule/default/group_vars/all.yml +++ b/roles/node/molecule/default/group_vars/all.yml @@ -11,7 +11,7 @@ node_rpc_port: 9944 node_binary: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot node_binary_signature: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot.asc node_pruning: 256 -ode_paritydb_enable: true +node_paritydb_enable: true node_chain_backup_restoring_type: none node_parachain_chain_backup_restoring_type: none # This private key is only for modulecule tests