fix(runtime): migrate roles to nested system fields
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
configuration_motd_enabled: "{{ motd_enabled | bool }}"
|
||||
configuration_sudo_banner_enabled: "{{ sudo_banner_enabled | bool }}"
|
||||
configuration_firewall_enabled: "{{ firewall_enabled | bool }}"
|
||||
configuration_luks_enabled: "{{ luks_enabled | bool }}"
|
||||
configuration_motd_enabled: "{{ system_cfg.features.banner.motd | bool }}"
|
||||
configuration_sudo_banner_enabled: "{{ system_cfg.features.banner.sudo | bool }}"
|
||||
configuration_firewall_enabled: "{{ system_cfg.features.firewall.enabled | bool }}"
|
||||
configuration_luks_enabled: "{{ system_cfg.luks.enabled | bool }}"
|
||||
|
||||
Reference in New Issue
Block a user