mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-08 14:43:28 +01:00
Fixes #197 fix length indentation in registry.yaml
Fix the issue of bad indentation in rewrite rules when using registry pull through cache
This commit is contained in:
parent
80e4debcd4
commit
75b40675d8
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
{{ k3s_registries | to_nice_yaml }}
|
||||
{{ k3s_registries | to_nice_yaml(indent=2) }}
|
||||
|
|
Loading…
Reference in a new issue