diff --git a/templates/etc/netplan/config.yaml.j2 b/templates/etc/netplan/config.yaml.j2 index d864597..1d18d97 100644 --- a/templates/etc/netplan/config.yaml.j2 +++ b/templates/etc/netplan/config.yaml.j2 @@ -1,3 +1,3 @@ {{ ansible_managed | comment }} --- -{{ netplan_conf | from_yaml | to_nice_yaml(indent=2) }} +{{ netplan_conf | from_yaml | to_nice_yaml(indent=2,sort_keys=False) }}