Skip to content

Commit ea7932e

Browse files
fix thing
1 parent 85fdc82 commit ea7932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/replace_failed_postgresql.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181

8282
$result = run_task('peadm::get_peadm_config', $host, '_catch_errors' => true).first.to_data()
83-
$result_formatted = stdlib::to_json_pretty(parsejson($result))
83+
$result_formatted = stdlib::to_json_pretty($result)
8484
out::message("2. PE configuration on ${host}: ${result_formatted}")
8585
}
8686

0 commit comments

Comments
 (0)