fix(template): change to nice YAML
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 17s
Lint Markdown files / markdown-lint (push) Successful in 4s
Release Ansible Role / Release Ansible Role (push) Successful in 59s

This commit is contained in:
2026-01-08 19:03:35 +01:00
parent 4818baeb5a
commit 38f9d9169d

View File

@@ -1,4 +1,4 @@
#
# {{ ansible_managed }}
#
{{ act_runner_config | to_yaml }}
{{ act_runner_config | to_nice_yaml }}