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