mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-01-21 21:24:04 +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,2 +1,2 @@
|
||||
---
|
||||
{{ k3s_registries | to_nice_yaml }}
|
||||
{{ k3s_registries | to_nice_yaml(indent=2) }}
|
||||
|
Loading…
Reference in New Issue
Block a user