We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the cardano-node role twice in the same playbook, there's some bleed-over from the first role in the second.
cardano-node
TASK [blinklabs.cardano.cardano_node : Create container] ********************************************************************************************************************************************************** --- before +++ after @@ -1,8 +1,12 @@ { "expected_binds": [ + "/opt/cardano-mainnet/config/custom-p2p-topology.json:/opt/cardano-mainnet/config/custom-p2p-topology.json:rw", + "/opt/cardano-mainnet/data:/opt/cardano-mainnet/data:rw", + "/opt/cardano-mainnet/ipc:/opt/cardano-mainnet/ipc:rw", "/opt/cardano-preview/config/custom-p2p-topology.json:/opt/cardano-preview/config/custom-p2p-topology.json:rw", "/opt/cardano-preview/data:/opt/cardano-preview/data:rw", "/opt/cardano-preview/ipc:/opt/cardano-preview/ipc:rw", + "/opt/cardano/config/mainnet/config.json:/opt/cardano/config/mainnet/config.json:rw", "/opt/cardano/config/preview/config.json:/opt/cardano/config/preview/config.json:rw" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the
cardano-node
role twice in the same playbook, there's some bleed-over from the first role in the second.The text was updated successfully, but these errors were encountered: