From 49f1582674d773d6dae42d1d4b227c041be985d1 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Wed, 4 Jan 2023 12:23:18 +1000 Subject: [PATCH] cleaner formatting --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yml b/tasks/config.yml index d8fab82..a71a2d8 100644 --- a/tasks/config.yml +++ b/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