Skip to content

Commit 1668467

Browse files
committed
fix(dolos): also fix dolos_etc_dir creation
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 0fb8f21 commit 1668467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/dolos/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
loop:
1919
- '{{ cardano_node_ipc_dir }}'
2020
- '{{ dolos_db_dir }}'
21-
- '{{ cardano_node_config_dir }}/dolos'
21+
- '{{ dolos_etc_dir }}'
2222

2323
- name: Generate Dolos config
2424
template:

0 commit comments

Comments
 (0)