From 38f9d9169d2170cdbd5b3c411b94af6a252c2a21 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jan 2026 19:03:35 +0100 Subject: [PATCH] fix(template): change to nice YAML --- templates/etc/act_runner/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/act_runner/config.yaml.j2 b/templates/etc/act_runner/config.yaml.j2 index 5a206e9..488477c 100644 --- a/templates/etc/act_runner/config.yaml.j2 +++ b/templates/etc/act_runner/config.yaml.j2 @@ -1,4 +1,4 @@ # # {{ ansible_managed }} # -{{ act_runner_config | to_yaml }} \ No newline at end of file +{{ act_runner_config | to_nice_yaml }} \ No newline at end of file