cleaner formatting

pull/43/head
Joshua Fernandes 2 years ago
parent d740678d56
commit 49f1582674
  1. 2
      tasks/config.yml

@ -21,7 +21,7 @@
- name: Generate static nodes file if defined
copy:
dest: "{{ besu_static_nodes_file }}"
content: "{{ besu_static_nodes }}"
content: "{{ besu_static_nodes | to_json }}"
owner: "{{ besu_user }}"
group: "{{ besu_group }}"
mode: 0644

Loading…
Cancel
Save