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 85647db commit 7d27ba7Copy full SHA for 7d27ba7
roles/cardano_node_api/tasks/docker.yml
@@ -11,7 +11,7 @@
11
loop:
12
- '{{ cardano_node_api_tls_cert_file_path }}:{{ cardano_node_api_tls_cert_file_container_path }}'
13
- '{{ cardano_node_api_tls_key_file_path }}:{{ cardano_node_api_tls_key_file_container_path }}'
14
- when: cardano_node_api_tls_cert_file_path != '' && cardano_node_api_tls_key_file_path != ''
+ when: cardano_node_api_tls_cert_file_path != '' and cardano_node_api_tls_key_file_path != ''
15
16
- name: Create container
17
docker_container:
0 commit comments