Merge pull request #198 from Jonaprince/patch-1

Fixes #197 fix length indentation in registry.yaml
This commit is contained in:
Xan Manning 2022-11-15 17:48:07 +00:00 committed by GitHub
commit 404491c938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
---
{{ k3s_registries | to_nice_yaml }}
{{ k3s_registries | to_nice_yaml(indent=2) }}