refactor(global_defaults): single source of truth for family-default resolution
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
label: "system.features.{{ item }}"
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- (system.features[item] | default({})) is mapping
|
||||
- (system_defaults.features[item] is not mapping) or ((system.features[item] | default({})) is mapping)
|
||||
fail_msg: "system.features.{{ item }} must be a dictionary."
|
||||
quiet: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user