We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38237b7 commit c247dc1Copy full SHA for c247dc1
roles/cardano_node/tasks/docker.yml
@@ -33,7 +33,7 @@
33
cardano_node_docker_volumes: '{{ cardano_node_docker_volumes | default([]) + [item] }}'
34
loop:
35
- '{{ cardano_node_keys_dir }}:{{ cardano_node_keys_container_dir }}'
36
- when: '{{ cardano_node_block_producer | bool }}'
+ when: cardano_node_block_producer | bool
37
38
- name: Create container
39
docker_container:
0 commit comments